summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2022-11-14 17:31:08 +0000
committerDevin Moore <devinmoore@google.com>2022-11-14 17:31:08 +0000
commitc1bc6f14ce5ba8531aecefa28a36e3a2e2b4981e (patch)
treef518226f2b18fa6d9c62d6dd974cf0c936ef52c2
parent32121aecfd506f64efd7512def4691b7850b59e1 (diff)
downloadlibhidl-c1bc6f14ce5ba8531aecefa28a36e3a2e2b4981e.tar.gz
Add format="hidl" to HIDL services in the framework manifest
More explicit now that we also have AIDL versions. Bug: na Test: m Change-Id: I47b323c74192dc7c6617463653837e393781068d
-rw-r--r--vintfdata/manifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/vintfdata/manifest.xml b/vintfdata/manifest.xml
index f200d0f..1e84668 100644
--- a/vintfdata/manifest.xml
+++ b/vintfdata/manifest.xml
@@ -1,5 +1,5 @@
<manifest version="1.0" type="framework">
- <hal>
+ <hal format="hidl">
<name>android.hidl.memory</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
@@ -8,7 +8,7 @@
<instance>ashmem</instance>
</interface>
</hal>
- <hal max-level="6">
+ <hal format="hidl" max-level="6">
<name>android.frameworks.displayservice</name>
<transport>hwbinder</transport>
<version>1.0</version>
@@ -22,7 +22,7 @@
`ioprio <class> <priority>`. For more information, see
system/core/init/README.md
-->
- <hal max-level="5">
+ <hal format="hidl" max-level="5">
<name>android.frameworks.schedulerservice</name>
<transport>hwbinder</transport>
<version>1.0</version>
@@ -31,7 +31,7 @@
<instance>default</instance>
</interface>
</hal>
- <hal>
+ <hal format="hidl">
<name>android.frameworks.sensorservice</name>
<transport>hwbinder</transport>
<version>1.0</version>
@@ -40,7 +40,7 @@
<instance>default</instance>
</interface>
</hal>
- <hal max-level="7">
+ <hal format="hidl" max-level="7">
<name>android.system.net.netd</name>
<transport>hwbinder</transport>
<version>1.1</version>
@@ -49,7 +49,7 @@
<instance>default</instance>
</interface>
</hal>
- <hal>
+ <hal format="hidl">
<name>android.system.wifi.keystore</name>
<transport>hwbinder</transport>
<version>1.0</version>