OSDN Git Service

Add new software features
authorAdam Lesinski <adamlesinski@google.com>
Wed, 5 Feb 2014 02:03:52 +0000 (18:03 -0800)
committerAdam Lesinski <adamlesinski@google.com>
Wed, 5 Feb 2014 19:35:57 +0000 (19:35 +0000)
commit0f0ccf07bad594b618f4fcce9a8f79a5bc188bb3
tree2d17024a98a32834f93e5373cea6dccd98346981
parente636692a2eecead363f06297e7b5b379079331da
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
data/etc/android.software.accessibility.xml [new file with mode: 0644]
data/etc/android.software.app_widgets.xml [new file with mode: 0644]
data/etc/android.software.backup.xml [new file with mode: 0644]
data/etc/android.software.device_admin.xml [new file with mode: 0644]
data/etc/android.software.print.xml [new file with mode: 0644]
data/etc/handheld_core_hardware.xml
data/etc/tablet_core_hardware.xml
data/etc/wearable_core_hardware.xml [new file with mode: 0644]