summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-04-23 10:47:25 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-04-23 12:09:02 +0200
commit93be6fca5adf935090fb1cd9c6f4c2dfae683576 (patch)
tree25d37e63b692ac2d6255d5933362c5aa4a9c9469
parentdfd8f7142fd290bfd1160c5b5cea755ddc32b70a (diff)
downloaddevice_goldelico_gta04-93be6fca5adf935090fb1cd9c6f4c2dfae683576.tar.gz
device_goldelico_gta04-93be6fca5adf935090fb1cd9c6f4c2dfae683576.tar.bz2
device_goldelico_gta04-93be6fca5adf935090fb1cd9c6f4c2dfae683576.zip
Supported hardware features declaration (permissions)
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--gta04.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/gta04.mk b/gta04.mk
index 2a284ce..77f227c 100644
--- a/gta04.mk
+++ b/gta04.mk
@@ -64,6 +64,13 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
lights.gta04 \
+# Permissions
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.hardware.touchscreen.xml:system/etc/permissions/android.hardware.touchscreen.xml \
+ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
+ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
+ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
+
# APNS
PRODUCT_COPY_FILES += \
vendor/replicant/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml