summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Echols <atechols@gmail.com>2012-10-01 23:32:42 -0700
committerAaron Echols <atechols@gmail.com>2012-10-01 23:32:42 -0700
commit66c24b8db6eecd5c93fa138bff6f7b3e173ab0ee (patch)
tree0f1d1b56c9d397747d5234ed4f625f3e3df60da4
parentb0ea73e3b2cd83a1a47928b6d6c8fc3c92fedc75 (diff)
downloadtf700t-66c24b8db6eecd5c93fa138bff6f7b3e173ab0ee.tar.gz
tf700t: added missing native permissions and added idc locations
Change-Id: I5916e9e9d8ff309d0e744ce1a809edfd5530d334
-rw-r--r--device_tf700t.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/device_tf700t.mk b/device_tf700t.mk
index 6fe127c..fe8edd5 100644
--- a/device_tf700t.mk
+++ b/device_tf700t.mk
@@ -38,8 +38,14 @@ PRODUCT_COPY_FILES += \
# Input device configuration files
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/idc/atmel-maxtouch.idc:system/usr/idc/atmel-maxtouch.idc \
+ $(LOCAL_PATH)/idc/elantech_touchscreen.idc:system/usr/idc/elantech_touchscreen.idc \
$(LOCAL_PATH)/idc/elan-touchscreen.idc:system/usr/idc/elan-touchscreen.idc \
$(LOCAL_PATH)/idc/panjit_touch.idc:system/usr/idc/panjit_touch.idc \
+ $(LOCAL_PATH)/idc/qwerty2.idc:system/usr/idc/qwerty2.idc \
+ $(LOCAL_PATH)/idc/qwerty.idc:system/usr/idc/qwerty.idc \
+ $(LOCAL_PATH)/idc/raydium_ts.idc:system/usr/idc/raydium_ts.idc \
+ $(LOCAL_PATH)/idc/sis_touch.idc:system/usr/idc/sis_touch.idc \
+ $(LOCAL_PATH)/idc/Vendor_0457_Product_0817.idc:system/usr/idc/Vendor_0457_Product_0817.idc \
$(LOCAL_PATH)/prebuilt/asusdec.kcm:system/usr/keychars/asusdec.kcm \
$(LOCAL_PATH)/prebuilt/asusdec.kl:system/usr/keylayout/asusdec.kl \
$(LOCAL_PATH)/prebuilt/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
@@ -48,13 +54,14 @@ PRODUCT_COPY_FILES += \
# These are the hardware-specific features
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
+ 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.xml:system/etc/permissions/android.hardware.camera.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.xml:system/etc/permissions/android.hardware.location.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.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.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
+ frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \