diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 22:43:30 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-13 15:59:52 +0200 |
commit | 91aae6c6d10f6b4c2b9a27085b54995f5ca239e0 (patch) | |
tree | c2cd9436d5fec069910115c733f03088be974936 /compatibility_matrix.xml | |
parent | e6a3402a165cf0b9272db8a62ac076308b0ce373 (diff) |
sdm660-common: Move manifest and matrix to topdir
Change-Id: I35b40e6debe407390300750aab41741fa038e1f9
Diffstat (limited to 'compatibility_matrix.xml')
-rw-r--r-- | compatibility_matrix.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 0000000..24b2761 --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,71 @@ +<compatibility-matrix version="1.0" type="device"> + <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> + <hal format="native" optional="false"> + <name>netutils-wrapper</name> + <!-- + netutils-wrapper should only list a single version x.0. + netutils-wrapper next version has less functionalities than + previous versions, so unlike a HAL, netutils-wrapper are not + backwards compatible. Hence the major version must be bumped for + each update. + Vendor code should switch to (x+1).0 completely before when the + requirement is updated here. + --> + <version>1.0</version> + </hal> +</compatibility-matrix> |