mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 00:00:43 +00:00
This change migrates IUsb implementation to AIDL. Also, IUsb and IUsbGadget now run in its own processes to improve stability and isolation. Port of 3c97a6bb68f6418ee41026f3bd0024405c97cf0c Bug: 200993386 Change-Id: I681c1ba9c4f547e3cf5dc0fa7c9ee1aaf4fd603c
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.1</version>
|
|
<interface>
|
|
<name>IUsbGadget</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|