From 030a1d8dfd6872838dcb96a5df7710cdcdca4773 Mon Sep 17 00:00:00 2001 From: DidntRead Date: Sun, 8 Apr 2018 22:12:25 +0300 Subject: [PATCH] temporarily disable nfc --- device_A7010a48.mk | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/device_A7010a48.mk b/device_A7010a48.mk index 926f03d..e1d695c 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 \ -- GitLab