blob: 6bf62e994f471d3357d946cf5a675acc04ff1f7c (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|