mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: import light HAL from hardware/samsung
* Added .clang-format symlink * Undefine non-existent nodes in header file Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c48a35ed9d
commit
84b8328a01
11 changed files with 437 additions and 10 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.light</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>ILight</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
Loading…
Reference in a new issue