diff options
| -rw-r--r-- | cm.mk | 3 | ||||
| -rw-r--r-- | device.mk | 17 |
2 files changed, 0 insertions, 20 deletions
@@ -10,9 +10,6 @@ $(call inherit-product, vendor/cm/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/asus/Z008/device.mk) -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) - DEVICE_PACKAGE_OVERLAYS += device/asus/Z008/overlay PRODUCT_RUNTIMES := runtime_libart_default @@ -208,8 +208,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ - frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ - frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \ @@ -247,21 +245,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ device/asus/Z008/powervr.ini:system/etc/powervr.ini -# NFC -PRODUCT_COPY_FILES += \ - device/asus/Z008/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \ - device/asus/Z008/nfc/libnfc-brcm-20795a20.conf:system/etc/libnfc-brcm-20795a20.conf - -# NFC packages -PRODUCT_PACKAGES += \ - nfc_nci.bcm2079x.default \ - NfcNci \ - Tag - -ADDITIONAL_DEFAULT_PROPERTIES += \ - ro.nfc.conf=mofd-ffd2-a \ - ro.nfc.clk=pll - # Thermal itux ENABLE_ITUXD := true PRODUCT_PACKAGES += \ |
