summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-10-15 12:27:29 -0500
committerAndrew F. Davis2018-10-15 12:27:29 -0500
commitddcfdd262bd0229baea8fb2aab50e97d40aed8c7 (patch)
tree6c5c416a3aefa9c7da88c98593780b1d5e4a980f /tablet_core_hardware_am65xevm.xml
parente0535a783ba932377bc2ad580daab578f336ad89 (diff)
downloaddevice-ti-j721e-ddcfdd262bd0229baea8fb2aab50e97d40aed8c7.tar.gz
device-ti-j721e-ddcfdd262bd0229baea8fb2aab50e97d40aed8c7.tar.xz
device-ti-j721e-ddcfdd262bd0229baea8fb2aab50e97d40aed8c7.zip
Add device feature permissions
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'tablet_core_hardware_am65xevm.xml')
-rw-r--r--tablet_core_hardware_am65xevm.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tablet_core_hardware_am65xevm.xml b/tablet_core_hardware_am65xevm.xml
new file mode 100644
index 0000000..7f436a9
--- /dev/null
+++ b/tablet_core_hardware_am65xevm.xml
@@ -0,0 +1,30 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<permissions>
19 <feature name="android.software.cts" />
20 <feature name="android.hardware.audio.output" />
21 <feature name="android.hardware.touchscreen" />
22 <feature name="android.hardware.faketouch" />
23 <feature name="android.hardware.microphone" />
24 <feature name="android.hardware.screen.landscape" />
25 <feature name="android.software.app_widgets" />
26 <feature name="android.software.home_screen" />
27 <feature name="android.software.device_admin" />
28 <feature name="android.software.backup" />
29 <feature name="android.software.voice_recognizers" />
30</permissions>