summaryrefslogtreecommitdiffstats
path: root/p3100.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.com>2012-06-25 05:42:19 +0000
committerDaniel Hillenbrand <codeworkx@cyanogenmod.com>2012-06-25 05:42:19 +0000
commita7756709297878f8cde90c6517070f8cd6796632 (patch)
tree5595527d7582e2476e489a3a17efa28acf5906cd /p3100.mk
parent92b1bc6d8d0596a93ca308b5fdfb2740b436e5f6 (diff)
downloaddevice_samsung_p3100-a7756709297878f8cde90c6517070f8cd6796632.zip
device_samsung_p3100-a7756709297878f8cde90c6517070f8cd6796632.tar.gz
device_samsung_p3100-a7756709297878f8cde90c6517070f8cd6796632.tar.bz2
Update ics
Diffstat (limited to 'p3100.mk')
-rw-r--r--p3100.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/p3100.mk b/p3100.mk
index 8978940..de04564 100644
--- a/p3100.mk
+++ b/p3100.mk
@@ -29,5 +29,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.telephony.ril_class=Smdk4210RIL \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0
+# These are the hardware-specific features
+PRODUCT_COPY_FILES += \
+ frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
+ frameworks/base/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \
+ frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
+
# Use the non-open-source parts, if they're present
$(call inherit-product, vendor/samsung/p31xx/p3100-vendor.mk)