summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2022-11-07 20:53:03 +0000
committerDevin Moore <devinmoore@google.com>2022-11-17 17:12:42 +0000
commitd61959c604847c6972c9d5fdef897e3fdf588809 (patch)
tree3d8d922e720b6a54df0bca08341d2c9e6886a1a4
parentc1bc6f14ce5ba8531aecefa28a36e3a2e2b4981e (diff)
downloadlibhidl-d61959c604847c6972c9d5fdef897e3fdf588809.tar.gz
Add the new AIDL sensorservice to the framework manifest
Test: boot cuttlefish and verify registration Bug: 205764765 Change-Id: I10b2ae0f77f067046e8930d9ba35c1f75103ddd3
-rw-r--r--vintfdata/manifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vintfdata/manifest.xml b/vintfdata/manifest.xml
index 1e84668..b3d84aa 100644
--- a/vintfdata/manifest.xml
+++ b/vintfdata/manifest.xml
@@ -31,6 +31,11 @@
<instance>default</instance>
</interface>
</hal>
+ <hal format="aidl">
+ <name>android.frameworks.sensorservice</name>
+ <version>1</version>
+ <fqname>ISensorManager/default</fqname>
+ </hal>
<hal format="hidl">
<name>android.frameworks.sensorservice</name>
<transport>hwbinder</transport>