b29f19ccdb
* These are only needed in case we want to advertise interfaces with different version than the HAL definition itself (see DRM). Change-Id: I3a5c367730ef79ed6260b2d7142bb6ca9eaa4a92
12 lines
315 B
XML
12 lines
315 B
XML
<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>
|