mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add vintf_fragments to android.hardware.usb@1.0-service am: ee8c09c78f am: 783cadbdf8
Change-Id: Ieb85efce350fc00cc38c71cb9c55915383519cc2
This commit is contained in:
@@ -16,6 +16,7 @@ cc_binary {
|
||||
name: "android.hardware.usb@1.0-service",
|
||||
defaults: ["hidl_defaults"],
|
||||
init_rc: ["android.hardware.usb@1.0-service.rc"],
|
||||
vintf_fragments: ["android.hardware.usb@1.0-service.xml"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
srcs: [
|
||||
|
||||
11
usb/1.0/default/android.hardware.usb@1.0-service.xml
Normal file
11
usb/1.0/default/android.hardware.usb@1.0-service.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.usb</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IUsb</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user