diff options
author | George Chang <georgekgchang@google.com> | 2021-10-20 11:13:18 +0800 |
---|---|---|
committer | George Chang <georgekgchang@google.com> | 2022-01-20 06:57:46 +0000 |
commit | dbc36e52e15bdde13056e808775f41dfa2260ff8 (patch) | |
tree | 2f16e822a4064c022605ccc0bcec427da05d0d9d /compatibility_matrices | |
parent | 63a4e9b2ea6cf855cd78c04614eaea9ce62c4334 (diff) |
Add new aidl interface for android.hardware.nfc
Bug: 204868826
Test: m android.hardware.nfc-update-api
Test: atest VtsAidlHalNfcTargetTest
Change-Id: Ic1dddd8385f8f8e4d6f5f9ed39623d2247f7e7b3
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 2d8a82e93d..f751efc419 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -425,6 +425,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> |