Revert "Switch NFC from HIDL to AIDL"
This reverts commit fab20f9417
.
Reason for revert: Broken tests
Bug: 230834308
Change-Id: Id25e27f37f1c3d727fa4943587ce3f57a20791b8
This commit is contained in:
parent
fab20f9417
commit
e59cda1c58
3 changed files with 6 additions and 5 deletions
|
@ -97,7 +97,7 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NfcNci \
|
NfcNci \
|
||||||
Tag \
|
Tag \
|
||||||
android.hardware.nfc-service.st
|
android.hardware.nfc@1.2-service.st
|
||||||
|
|
||||||
# SecureElement
|
# SecureElement
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -109,6 +109,7 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/bluejay/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf
|
device/google/bluejay/nfc/libse-gto-hal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal.conf
|
||||||
|
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
|
device/google/bluejay/nfc/manifest_nfc.xml \
|
||||||
device/google/bluejay/nfc/manifest_se_bluejay.xml
|
device/google/bluejay/nfc/manifest_se_bluejay.xml
|
||||||
|
|
||||||
# PowerStats HAL
|
# PowerStats HAL
|
||||||
|
|
|
@ -60,8 +60,8 @@ PRESENCE_CHECK_ALGORITHM=5
|
||||||
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Allow list to be set at startup.
|
# White list to be set at startup.
|
||||||
DEVICE_HOST_ALLOW_LIST={02:C0}
|
DEVICE_HOST_WHITE_LIST={02:C0}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# BAIL OUT value for P2P
|
# BAIL OUT value for P2P
|
||||||
|
|
|
@ -60,8 +60,8 @@ PRESENCE_CHECK_ALGORITHM=5
|
||||||
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Allow list to be set at startup.
|
# White list to be set at startup.
|
||||||
DEVICE_HOST_ALLOW_LIST={02:C0}
|
DEVICE_HOST_WHITE_LIST={02:C0}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# BAIL OUT value for P2P
|
# BAIL OUT value for P2P
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue