commit | ea1a2a18070a9b9f93e490ec1b65381c05870a3a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 20 22:46:29 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 22:46:29 2024 +0000 |
tree | 2d9a541829372cb9fe024c822e0b43f152a74396 | |
parent | 1dd791efa620293cd05504968598b0bcad1538a0 [diff] | |
parent | 32797e0acee8af9bd8e90556b39e936a7c831cbe [diff] |
Merge "Add T4T Ndef Nfceee feature support" into main am: f097fa7ecd am: 32797e0ace Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3273975 Change-Id: I4e593a4abbc7b635cb1d70ceca9cc689b9bcd2f9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl b/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl index 0261a0a..4fdfae8 100644 --- a/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl +++ b/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/NfcConfig.aidl
@@ -50,4 +50,5 @@ byte[] offHostRouteEse; byte defaultIsoDepRoute; byte[] offHostSimPipeIds = {}; + boolean t4tNfceeEnable; }
diff --git a/nfc/aidl/android/hardware/nfc/NfcConfig.aidl b/nfc/aidl/android/hardware/nfc/NfcConfig.aidl index 870cdbd..86eee8b 100644 --- a/nfc/aidl/android/hardware/nfc/NfcConfig.aidl +++ b/nfc/aidl/android/hardware/nfc/NfcConfig.aidl
@@ -90,4 +90,8 @@ * Pipe IDs for UICC. Empty if not available */ byte[] offHostSimPipeIds = {}; + /** + * T4T NFCEE feature configuration + */ + boolean t4tNfceeEnable; }