Move to NFC 1.1 Implementation

This commit is contained in:
Alberto97
2018-08-11 18:22:12 +02:00
committed by therootlord
parent cfa0f46b2e
commit 7c17c7d7fc
2 changed files with 4 additions and 6 deletions

View File

@@ -175,7 +175,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.nfc</name> <name>android.hardware.nfc</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>1.0</version> <version>1.1</version>
<interface> <interface>
<name>INfc</name> <name>INfc</name>
<instance>default</instance> <instance>default</instance>

View File

@@ -290,15 +290,13 @@ PRODUCT_PACKAGES += \
libandroid_net_32 libandroid_net_32
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.nfc@1.1-service \
libnfc \ libnfc \
libnfc_jni \
nfc_nci.msm8953 \
NfcNci \ NfcNci \
SecureElement \
Tag \ Tag \
TagGoogle \ TagGoogle \
com.android.nfc_extras \ com.android.nfc_extras
android.hardware.nfc@1.0-impl \
android.hardware.nfc@1.0-service
# OMX # OMX
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \