sdm845-common: Switch to NXP NFC stack
Change-Id: I56908d6aa0a938ea89b35a41e3f90768bd8ce0ac
This commit is contained in:
parent
659430c672
commit
07c44c6547
2 changed files with 16 additions and 2 deletions
|
@ -104,9 +104,13 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# NFC
|
# NFC
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NfcNci \
|
android.hardware.nfc@1.0:64 \
|
||||||
|
android.hardware.nfc@1.1:64 \
|
||||||
|
android.hardware.secure_element@1.0:64 \
|
||||||
|
com.android.nfc_extras \
|
||||||
Tag \
|
Tag \
|
||||||
com.android.nfc_extras
|
vendor.nxp.nxpese@1.0:64 \
|
||||||
|
vendor.nxp.nxpnfc@1.0:64
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
@ -78,6 +78,16 @@ lib/libmmosal.so
|
||||||
lib/libmmparser_lite.so
|
lib/libmmparser_lite.so
|
||||||
lib/libOmxMux.so
|
lib/libOmxMux.so
|
||||||
|
|
||||||
|
# NFC
|
||||||
|
-app/NxpNfcNci/NxpNfcNci.apk|3f64ad4d8d03e05fdcbe44b9a97ba87aa7d33afc
|
||||||
|
-app/NxpSecureElement/NxpSecureElement.apk
|
||||||
|
etc/nfcee_access.xml|61a2dbaec0339b6c3c79b487a704d5dc6306b284
|
||||||
|
etc/permissions/com.nxp.nfc.xml
|
||||||
|
framework/com.nxp.nfc.jar
|
||||||
|
lib64/ese_spi_nxp.so
|
||||||
|
lib64/libnxpnfc_nci_jni.so
|
||||||
|
lib64/libnxpnfc-nci.so
|
||||||
|
|
||||||
# Telephony
|
# Telephony
|
||||||
-app/QtiTelephonyService/QtiTelephonyService.apk
|
-app/QtiTelephonyService/QtiTelephonyService.apk
|
||||||
etc/permissions/qcrilhook.xml
|
etc/permissions/qcrilhook.xml
|
||||||
|
|
Loading…
Reference in a new issue