mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Add VINTF Fragment to Sensors HAL 2.0
Bug: 122267378 Test: Built Cuttlefish, Sensors HAL 2.0 requested on boot Change-Id: Ibe1eaa277852db1b8346caee172632f0951daefc
This commit is contained in:
@@ -35,4 +35,5 @@ cc_binary {
|
||||
"libpower",
|
||||
"libutils",
|
||||
],
|
||||
vintf_fragments: ["android.hardware.sensors@2.0.xml"],
|
||||
}
|
||||
|
||||
11
sensors/2.0/default/android.hardware.sensors@2.0.xml
Normal file
11
sensors/2.0/default/android.hardware.sensors@2.0.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.sensors</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>ISensors</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user