mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
a10: usb: Move to device-specific folder
* Only A10 has such typeB usb port, is not common
This commit is contained in:
parent
98939cebce
commit
8c22a289b0
12 changed files with 0 additions and 1064 deletions
11
a10/usb/android.hardware.usb@1.0-service.a10.xml
Normal file
11
a10/usb/android.hardware.usb@1.0-service.a10.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl" override="true">
|
||||
<name>android.hardware.usb</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IUsb</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
Loading…
Reference in a new issue