diff options
| author | Yifan Hong <elsk@google.com> | 2017-05-18 14:37:08 -0700 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2017-05-18 14:37:08 -0700 |
| commit | f91f6f224cac639dd96cf4b0190bf28622623bfc (patch) | |
| tree | b8e60656a157ba99e88c78969dd27a34e69bbdcd | |
| parent | 11ac83e26a98875a99fbb9fba99d7156f5fdac88 (diff) | |
Add <interface> / <instance> to dev compat mat
Test: m compatibility_matrix.xml -j
Test: m system_manifest.xml -j
Bug: 38395193
Change-Id: If61ae120207594b968b283ada3ecc9c61f5121d9
| -rw-r--r-- | compatibility_matrix.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml index 8fde25c..3082485 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> |
