summaryrefslogtreecommitdiffstats
path: root/p5100.mk
diff options
context:
space:
mode:
Diffstat (limited to 'p5100.mk')
-rw-r--r--p5100.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/p5100.mk b/p5100.mk
index 9669220..6c9bd4b 100644
--- a/p5100.mk
+++ b/p5100.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/p51xx/p5100-vendor.mk)