mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Add custom HAL for SamsungParts
* No need to chown system sysfs nodes, HIDL can run as root
This commit is contained in:
parent
af95ebdf2b
commit
00fb011c7c
10 changed files with 283 additions and 0 deletions
|
|
@ -241,4 +241,13 @@
|
|||
<instance>imsd2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.eureka.hardware.battery</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IBattery</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Reference in a new issue