summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chiu <jasoncschiu@google.com>2023-07-20 14:34:58 +0800
committerJason Chiu <jasoncschiu@google.com>2023-07-20 13:55:55 +0000
commitc9cc7c3c68e3f715176d544f6c7fdd6c0aa8634f (patch)
treeb6da7f69013018902550dcd52154574f08a28453
parent193e5e8216fafab3036ffddda5ae3eda6d60eb8e (diff)
downloadzuma-c9cc7c3c68e3f715176d544f6c7fdd6c0aa8634f.tar.gz
zuma: update manifest HAL android.hardware.boot from hidl 1.2 to aidl
Bug: 282670401 Change-Id: Ifb24eba785a6609d2aef8612b6631bb0baee99a2 Signed-off-by: Jason Chiu <jasoncschiu@google.com>
-rw-r--r--device_framework_matrix_product.xml10
-rw-r--r--manifest.xml5
2 files changed, 5 insertions, 10 deletions
diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml
index 0c1cf73..2f0c1c7 100644
--- a/device_framework_matrix_product.xml
+++ b/device_framework_matrix_product.xml
@@ -1,11 +1,7 @@
<compatibility-matrix version="1.0" type="framework" level="8">
- <hal format="hidl" optional="true">
- <name>android.hardware.boot</name>
- <version>1.2</version>
- <interface>
- <name>IBootControl</name>
- <instance>default</instance>
- </interface>
+ <hal format="aidl" optional="true">
+ <name>android.hardware.boot</name>
+ <fqname>IBootControl/default</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.graphics.composer3</name>
diff --git a/manifest.xml b/manifest.xml
index 73f1bf0..f4c9367 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -8,10 +8,9 @@
<instance>default</instance>
</interface>
</hal>
- <hal format="hidl">
+ <hal format="aidl">
<name>android.hardware.boot</name>
- <transport>hwbinder</transport>
- <fqname>@1.2::IBootControl/default</fqname>
+ <fqname>IBootControl/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.neuralnetworks</name>