diff options
-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> |