diff options
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 7a70f10cf6..8d37f1897a 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -60,6 +60,14 @@ <regex-instance>.*</regex-instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.automotive.evs</name> + <interface> + <name>IEvsEnumerator</name> + <instance>default</instance> + <regex-instance>[a-z]+/[0-9]+</regex-instance> + </interface> + </hal> <hal format="hidl" optional="true"> <name>android.hardware.automotive.evs</name> <version>1.0-1</version> @@ -284,6 +292,14 @@ <instance>default</instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.graphics.allocator</name> + <version>1</version> + <interface> + <name>IAllocator</name> + <instance>default</instance> + </interface> + </hal> <hal format="hidl" optional="false"> <name>android.hardware.graphics.composer</name> <version>2.1-4</version> @@ -470,6 +486,13 @@ <instance>default</instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.nfc</name> + <interface> + <name>INfc</name> + <instance>default</instance> + </interface> + </hal> <hal format="hidl" optional="true"> <name>android.hardware.oemlock</name> <version>1.0</version> @@ -688,7 +711,7 @@ <instance>default</instance> </interface> </hal> - <hal format="hidl" optional="true"> + <hal format="hidl" optional="false"> <name>android.hardware.thermal</name> <version>2.0</version> <interface> @@ -736,6 +759,13 @@ <instance>default</instance> </interface> </hal> + <hal format="aidl" optional="true"> + <name>android.hardware.usb</name> + <interface> + <name>IUsb</name> + <instance>default</instance> + </interface> + </hal> <hal format="hidl" optional="true"> <name>android.hardware.usb.gadget</name> <version>1.0-2</version> |