Skip to content

Commit

Permalink
Merge pull request #43 from tgascoigne/master
Browse files Browse the repository at this point in the history
Add nfc-extras + telephony permissions
  • Loading branch information
intermediaterepresentation committed Jun 7, 2012
2 parents cbb2954 + e392d13 commit 6a1edf3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions full_endeavor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ PRODUCT_PACKAGES += \
libnfc \
libnfc_jni \
Nfc \
Tag
Tag \
nfc-extras

PRODUCT_COPY_FILES += \
vendor/htc/endeavoru/proprietary/lib/libpn544_fw.so:system/vendor/firmware/libpn544_fw.so

Expand All @@ -75,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 += \
Expand Down

0 comments on commit 6a1edf3

Please sign in to comment.