summaryrefslogtreecommitdiffstats
path: root/data/etc/handheld_core_hardware.xml
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-02-04 18:03:52 -0800
committerAdam Lesinski <adamlesinski@google.com>2014-02-05 19:35:57 +0000
commit0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3 (patch)
tree2d17024a98a32834f93e5373cea6dccd98346981 /data/etc/handheld_core_hardware.xml
parente636692a2eecead363f06297e7b5b379079331da (diff)
downloadframeworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.zip
frameworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.tar.gz
frameworks_native-0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3.tar.bz2
Add new software features
Wearable devices are much more stripped down than handheld and tablet devices. There are system services that must not be present on wearable devices. Those services have their own feature xml files that get copied to the system image as needed. They are included by default in the handheld and tablet core feature files in order to maintain previous behavior. Wearable devices should always copy the data/etc/wearable_core_hardware.xml file and whatever other files that represent required services (eg. data/etc/android.software.print.xml). Change-Id: I410442d45854fe54cba1131ce488a5a459ac580a
Diffstat (limited to 'data/etc/handheld_core_hardware.xml')
-rw-r--r--data/etc/handheld_core_hardware.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index 4a9f2dd..3ff8969 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -33,11 +33,18 @@
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.portrait" />
<feature name="android.hardware.screen.landscape" />
+
+ <!-- basic system services -->
+ <feature name="android.software.accessibility" />
<feature name="android.software.app_widgets" />
+ <feature name="android.software.backup" />
<feature name="android.software.home_screen" />
<feature name="android.software.input_methods" />
+ <feature name="android.software.print" />
+
<!-- Feature to specify if the device supports adding device admins. -->
<feature name="android.software.device_admin" />
+
<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with an autofocus camera and/or flash must include either
android.hardware.camera.autofocus.xml or