From e392d136cc42d0868a5479d3a284e0a23ca5c2ad Mon Sep 17 00:00:00 2001
From: Tom Gascoigne <tom@gascoigne.me>
Date: Wed, 6 Jun 2012 20:30:48 +0100
Subject: [PATCH] Added the telephony permission (fixes missing apps)

Change-Id: I00f4907c844d9aec379502a111a904c103847bfd
---
 full_endeavor.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/full_endeavor.mk b/full_endeavor.mk
index 27453dd..e055f3c 100644
--- a/full_endeavor.mk
+++ b/full_endeavor.mk
@@ -77,10 +77,13 @@ PRODUCT_COPY_FILES += \
 		frameworks/base/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
 		frameworks/base/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
 		frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
+		frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
 		frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
+		frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
 		frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
 		frameworks/base/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
-		frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml
+		frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
+		frameworks/base/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml
 
 
 PRODUCT_COPY_FILES += \