summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-08-31 17:12:54 -0500
committerVishal Mahaveer <vishalm@ti.com>2017-08-31 17:18:05 -0500
commit337654619a204282e2c6119c7d2dd66c8f98b3dd (patch)
tree9df15c36637deaec03f5e9676ec0cd824de4be3c
parent6f5199829642268106b3a9661cf5f679145ab328 (diff)
downloadjacinto6evm-337654619a204282e2c6119c7d2dd66c8f98b3dd.tar.gz
jacinto6evm: enable new feature permissions
Add CTS, freeform window management and audio output permissions Change-Id: I356dce3426e6fe2f555a2d8a114a1608795fb201 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--device.mk1
-rw-r--r--tablet_core_hardware_jacinto6evm.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 1dfcdea..0ad9cb7 100644
--- a/device.mk
+++ b/device.mk
@@ -58,6 +58,7 @@ PRODUCT_COPY_FILES := \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
+ frameworks/native/data/etc/android.software.freeform_window_management.xml:system/etc/permissions/android.software.freeform_window_management.xml \
device/ti/jacinto6evm/EP05120M09.idc:system/usr/idc/EP05120M09.idc \
device/ti/jacinto6evm/Atmel_maXTouch_Touchscreen.idc:system/usr/idc/Atmel_maXTouch_Touchscreen.idc \
device/ti/jacinto6evm/LDC_3001_TouchScreen_Controller.idc:system/usr/idc/LDC_3001_TouchScreen_Controller.idc \
diff --git a/tablet_core_hardware_jacinto6evm.xml b/tablet_core_hardware_jacinto6evm.xml
index 5850258..8f46964 100644
--- a/tablet_core_hardware_jacinto6evm.xml
+++ b/tablet_core_hardware_jacinto6evm.xml
@@ -23,6 +23,8 @@
devices.
-->
<permissions>
+ <feature name="android.software.cts" />
+ <feature name="android.hardware.audio.output" />
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.faketouch" />
<feature name="android.hardware.microphone" />