aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward M. Harte <hharte@cyngn.com>2015-08-03 17:37:55 -0700
committerHoward M. Harte <hharte@cyngn.com>2015-08-03 17:37:55 -0700
commit3b77f9b6debf4b5c85cafb8c1b9a5bf670a2c6bf (patch)
treeb8a6cfb0c9ed1c90bb5b512d3c4bd07943a1bcab
parentc668290914599d7b909fdce8186611deac1efc79 (diff)
Z008: remove NFC, hardware doesn't support it
Change-Id: I9be0d8114d25c8426ffa2edc75c02e588b054d59
-rw-r--r--cm.mk3
-rw-r--r--device.mk17
2 files changed, 0 insertions, 20 deletions
diff --git a/cm.mk b/cm.mk
index 7ed1eb9..4e2c085 100644
--- a/cm.mk
+++ b/cm.mk
@@ -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
diff --git a/device.mk b/device.mk
index 28dd07c..5b60db5 100644
--- a/device.mk
+++ b/device.mk
@@ -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 += \