diff options
author | Haamed Gheibi <haamed@google.com> | 2022-02-09 14:35:06 -0800 |
---|---|---|
committer | Haamed Gheibi <haamed@google.com> | 2022-02-09 14:41:16 -0800 |
commit | ab52181d73b04e131fd72e32d69b5123a5d6892b (patch) | |
tree | 0ac86b537180b6fb97716b3058dfae44af9eaac7 /compatibility_matrices | |
parent | f99b35c293439db0b7436b47b939eb8c7bf21b51 (diff) | |
parent | 4d2548cfa7b86b79a516be9b60f6b666cc9af682 (diff) |
Merge TP1A.220126.001
Change-Id: Ibf6bd2c20d9927fde8b2a05dde2b58bd8faea20f
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> |