diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-13 22:45:45 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-13 22:51:13 +0200 |
commit | b4416fa98f13e3061a56d74159c564d9843bd63b (patch) | |
tree | 9aff361ae4bcdc45ae8e301796a9ec676e3b6950 | |
parent | 8ff79cb9f34ba67c116c36d2ea43f9a24c22edc0 (diff) |
msm8996-common: Regenerate compatibility_matrix.xml
* ./out/host/linux-x86/bin/assemble_vintf -m -i system/libhidl/manifest.xml \
-o device/zuk/msm8996-common/compatibility_matrix.xml
* Manual edit:
- Remove comments
- Remove vndk entries
- Set optional="false"
-rw-r--r-- | compatibility_matrix.xml | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml index 9c33b1f..1dcaa97 100644 --- a/compatibility_matrix.xml +++ b/compatibility_matrix.xml @@ -1,5 +1,13 @@ <compatibility-matrix version="1.0" type="device"> <hal format="hidl" optional="false"> + <name>android.frameworks.displayservice</name> + <version>1.0</version> + <interface> + <name>IDisplayService</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl" optional="false"> <name>android.frameworks.schedulerservice</name> <version>1.0</version> <interface> @@ -16,6 +24,14 @@ </interface> </hal> <hal format="hidl" optional="false"> + <name>android.hardware.graphics.composer</name> + <version>2.1</version> + <interface> + <name>IComposer</name> + <instance>vr</instance> + </interface> + </hal> + <hal format="hidl" optional="false"> <name>android.hidl.allocator</name> <version>1.0</version> <interface> @@ -25,7 +41,7 @@ </hal> <hal format="hidl" optional="false"> <name>android.hidl.manager</name> - <version>1.0</version> + <version>1.1</version> <interface> <name>IServiceManager</name> <instance>default</instance> @@ -48,6 +64,14 @@ </interface> </hal> <hal format="hidl" optional="false"> + <name>android.system.net.netd</name> + <version>1.0</version> + <interface> + <name>INetd</name> + <instance>default</instance> + </interface> + </hal> + <hal format="hidl" optional="false"> <name>android.system.wifi.keystore</name> <version>1.0</version> <interface> @@ -55,7 +79,8 @@ <instance>default</instance> </interface> </hal> - <vndk> - <version>0.0.0</version> - </vndk> + <hal format="native" optional="false"> + <name>netutils-wrapper</name> + <version>1.0</version> + </hal> </compatibility-matrix> |