mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Cherry-pick of <775523d1eb5976c85c36c9d5632ff199686e48e6> This change migrates IUsb implementation to AIDL. Also, IUsb and IUsbGadget now run in its own processes to improve stability and isolation. Bug: 200993386 Change-Id: I02753af4a41916b77ce110f9531504bf8c6a4691 Merged-In: I02753af4a41916b77ce110f9531504bf8c6a4691
12 lines
324 B
XML
12 lines
324 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.usb.gadget</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.2</version>
|
|
<interface>
|
|
<name>IUsbGadget</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|