summaryrefslogtreecommitdiff
path: root/compatibility_matrix.xml
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-05-18 14:37:08 -0700
committerYifan Hong <elsk@google.com>2017-05-18 14:37:08 -0700
commit46b6b33d8609b9024eb20daf042399803a7180ad (patch)
treecbab269cff59b13ff2638ec6943ea984c1239fdc /compatibility_matrix.xml
parent91ee51514c78dc2cf82d8d80ba368e126104a89f (diff)
downloadhikey-46b6b33d8609b9024eb20daf042399803a7180ad.tar.gz
Add <interface> / <instance> to dev compat mat
Test: m compatibility_matrix.xml -j Test: m system_manifest.xml -j Bug: 38395193 Change-Id: I5545b91eaea1f21f032317c2b13d4f64f7f2a484
Diffstat (limited to 'compatibility_matrix.xml')
-rw-r--r--compatibility_matrix.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml
index 8fde25ca..3082485c 100644
--- a/compatibility_matrix.xml
+++ b/compatibility_matrix.xml
@@ -2,29 +2,58 @@
<hal format="hidl" optional="false">
<name>android.frameworks.schedulerservice</name>
<version>1.0</version>
+ <interface>
+ <name>ISchedulingPolicyService</name>
+ <instance>default</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.frameworks.sensorservice</name>
<version>1.0</version>
+ <interface>
+ <name>ISensorManager</name>
+ <instance>default</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.allocator</name>
<version>1.0</version>
+ <interface>
+ <name>IAllocator</name>
+ <instance>ashmem</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.manager</name>
<version>1.0</version>
+ <interface>
+ <name>IServiceManager</name>
+ <instance>default</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.memory</name>
<version>1.0</version>
+ <interface>
+ <name>IMapper</name>
+ <instance>ashmem</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.token</name>
<version>1.0</version>
+ <interface>
+ <name>ITokenManager</name>
+ <instance>default</instance>
+ </interface>
</hal>
<hal format="hidl" optional="false">
<name>android.system.wifi.keystore</name>
<version>1.0</version>
+ <interface>
+ <name>IKeystore</name>
+ <instance>default</instance>
+ </interface>
</hal>
+
</compatibility-matrix>