Cherry-pick of <775523d1eb
>
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
11 lines
324 B
XML
11 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>
|