diff --git a/device_A7010a48.mk b/device_A7010a48.mk index 926f03d3aeacb1aa26588ebd09b2f2052afeb87c..e1d695c9bb92333f4220aceaa494d350578c9ea2 100644 --- a/device_A7010a48.mk +++ b/device_A7010a48.mk @@ -60,9 +60,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ - frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \ - frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ - frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \ frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml @@ -203,21 +200,6 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl.mtk \ android.hardware.sensors@1.0-service.mtk -# NFC -PRODUCT_PACKAGES += \ - android.hardware.nfc@1.0-impl-mtk \ - android.hardware.nfc@1.0-service \ - nfc_nci.mt6605.default \ - com.android.nfc_extras \ - NfcNci \ - Tag - -# NFC -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/nfc/nfc.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/nfc.cfg \ - $(LOCAL_PATH)/configs/nfc/nfcse.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/nfcse.cfg \ - $(LOCAL_PATH)/configs/nfc/nfcee_access.xml:$(TARGET_COPY_OUT_VENDOR)/etc/nfcee_access.xml - # Media PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \