1d71acc129
Create a default implementation of HAL 2.1 that shares 90% of the underlying code with HAL 2.0 since the interfaces are very similar. Bug: 144139857 Test: compile Change-Id: Ic6b139df98ddb1f92833b1f2d65e1cecc297fd41
11 lines
319 B
XML
11 lines
319 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.sensors</name>
|
|
<transport>hwbinder</transport>
|
|
<version>2.1</version>
|
|
<interface>
|
|
<name>ISensors</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|