davinci: light: Add lights HAL manifest as vintf fragment

Change-Id: I97f0c6bfb25bea8b7418c9494c981e7e2602c79f
This commit is contained in:
Arian 2020-09-08 20:06:41 +02:00
parent 9900e7e4dd
commit 08b5a000c0
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
3 changed files with 13 additions and 10 deletions

View File

@ -172,16 +172,6 @@
</interface>
<fqname>@4.0::IKeymasterDevice/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.light</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
<fqname>@2.0::ILight/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.media.omx</name>
<transport>hwbinder</transport>

View File

@ -16,6 +16,7 @@
cc_binary {
name: "android.hardware.light@2.0-service.davinci",
defaults: ["hidl_defaults"],
vintf_fragments: ["android.hardware.light@2.0-service.davinci.xml"],
init_rc: ["android.hardware.light@2.0-service.davinci.rc"],
relative_install_path: "hw",
srcs: [

View File

@ -0,0 +1,12 @@
<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>
<fqname>@2.0::ILight/default</fqname>
</hal>
</manifest>