summaryrefslogtreecommitdiff
path: root/device_framework_matrix_product.xml
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-09-25 18:28:16 +0900
committerJustin Yun <justinyun@google.com>2020-09-28 00:41:54 +0000
commit4894a0a2a3079e0359859b2e5f2ba9af2e6f2bfd (patch)
tree99fcea625d71e2ab0c787f0a7a431e6b18302d95 /device_framework_matrix_product.xml
parentb8b5ec54083fe2326cc9c317caa5787624063620 (diff)
downloadredfin-4894a0a2a3079e0359859b2e5f2ba9af2e6f2bfd.tar.gz
Move device specific VINTF manifests
Install device specific compatibility matrix to product partition. For now device specific manifests are installed in the system partition which is not allowed for CSI. Bug: 151690176 Bug: 120600021 Test: make Change-Id: I59d6a4652dd0c90dc263c62fa0a94ebf2b91fff6
Diffstat (limited to 'device_framework_matrix_product.xml')
-rw-r--r--device_framework_matrix_product.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml
new file mode 100644
index 0000000..bbba187
--- /dev/null
+++ b/device_framework_matrix_product.xml
@@ -0,0 +1,10 @@
+<compatibility-matrix version="1.0" type="framework">
+ <hal format="hidl" optional="true">
+ <name>vendor.google.wireless_charger</name>
+ <version>1.2</version>
+ <interface>
+ <name>IWirelessCharger</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</compatibility-matrix>