commit | 32797e0acee8af9bd8e90556b39e936a7c831cbe | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 20 22:45:11 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 20 22:45:11 2024 +0000 |
tree | 5501db2a255fa2c121a55f4494e43034bfba2130 | |
parent | 75ac2940d69085b621d0108bd5b4d4549c48e5d4 [diff] | |
parent | f097fa7ecd9bb47d16f84c9e76009b7f8df5d2e1 [diff] |
Merge "Add T4T Ndef Nfceee feature support" into main am: f097fa7ecd Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3273975 Change-Id: Id3d3f72d1dad1b3f7d76c9c765034cadfd8737fd 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; }