mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-01-27 20:27:42 +00:00
Switch NFC from HIDL to AIDL
Bug: 216290344 Test: atest NfcNciInstrumentationTests Test: atest VtsAidlHalNfcTargetTest Merged-In: I19b1fd2f331f2b59cafd9cdcf637ebb36ad7a938 Change-Id: I19b1fd2f331f2b59cafd9cdcf637ebb36ad7a938
This commit is contained in:
@@ -438,7 +438,7 @@ PRODUCT_PACKAGES += \
|
||||
NfcNci \
|
||||
Tag \
|
||||
SecureElement \
|
||||
android.hardware.nfc@1.2-service.st \
|
||||
android.hardware.nfc-service.st \
|
||||
android.hardware.secure_element@1.2-service.st
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
@@ -334,15 +334,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.nfc</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.2</version>
|
||||
<interface>
|
||||
<name>INfc</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<!-- Neural Network HAL -->
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.neuralnetworks</name>
|
||||
|
||||
@@ -60,8 +60,8 @@ PRESENCE_CHECK_ALGORITHM=5
|
||||
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
||||
|
||||
###############################################################################
|
||||
# White list to be set at startup.
|
||||
DEVICE_HOST_WHITE_LIST={02:C0}
|
||||
# Allow list to be set at startup.
|
||||
DEVICE_HOST_ALLOW_LIST={02:C0}
|
||||
|
||||
###############################################################################
|
||||
# BAIL OUT value for P2P
|
||||
|
||||
Reference in New Issue
Block a user