From 97da905bea7cddf514ac1ef998ec16e9cabbbc56 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 26 Mar 2012 16:29:20 -0700 Subject: [PATCH] move hardware feature definitions Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: I0c572237b78f233d58627801896c0a81215531e8 --- .../android.hardware.audio.low_latency.xml | 22 +++++++ data/etc/android.hardware.bluetooth.xml | 19 ++++++ .../etc/android.hardware.camera.autofocus.xml | 21 ++++++ ...ndroid.hardware.camera.flash-autofocus.xml | 23 +++++++ data/etc/android.hardware.camera.front.xml | 20 ++++++ data/etc/android.hardware.camera.xml | 20 ++++++ ...hardware.faketouch.multitouch.distinct.xml | 23 +++++++ ...hardware.faketouch.multitouch.jazzhand.xml | 24 +++++++ data/etc/android.hardware.faketouch.xml | 22 +++++++ data/etc/android.hardware.location.gps.xml | 22 +++++++ data/etc/android.hardware.location.xml | 22 +++++++ data/etc/android.hardware.nfc.xml | 21 ++++++ .../android.hardware.sensor.accelerometer.xml | 20 ++++++ .../etc/android.hardware.sensor.barometer.xml | 20 ++++++ data/etc/android.hardware.sensor.compass.xml | 20 ++++++ .../etc/android.hardware.sensor.gyroscope.xml | 20 ++++++ data/etc/android.hardware.sensor.light.xml | 20 ++++++ .../etc/android.hardware.sensor.proximity.xml | 20 ++++++ data/etc/android.hardware.telephony.cdma.xml | 21 ++++++ data/etc/android.hardware.telephony.gsm.xml | 21 ++++++ ...rdware.touchscreen.multitouch.distinct.xml | 24 +++++++ ...rdware.touchscreen.multitouch.jazzhand.xml | 25 +++++++ ...ndroid.hardware.touchscreen.multitouch.xml | 24 +++++++ data/etc/android.hardware.touchscreen.xml | 22 +++++++ data/etc/android.hardware.usb.accessory.xml | 22 +++++++ data/etc/android.hardware.usb.host.xml | 21 ++++++ data/etc/android.hardware.wifi.direct.xml | 20 ++++++ data/etc/android.hardware.wifi.xml | 20 ++++++ data/etc/android.software.sip.voip.xml | 21 ++++++ data/etc/android.software.sip.xml | 20 ++++++ data/etc/handheld_core_hardware.xml | 65 +++++++++++++++++++ data/etc/tablet_core_hardware.xml | 55 ++++++++++++++++ 32 files changed, 760 insertions(+) create mode 100644 data/etc/android.hardware.audio.low_latency.xml create mode 100644 data/etc/android.hardware.bluetooth.xml create mode 100644 data/etc/android.hardware.camera.autofocus.xml create mode 100644 data/etc/android.hardware.camera.flash-autofocus.xml create mode 100644 data/etc/android.hardware.camera.front.xml create mode 100644 data/etc/android.hardware.camera.xml create mode 100644 data/etc/android.hardware.faketouch.multitouch.distinct.xml create mode 100644 data/etc/android.hardware.faketouch.multitouch.jazzhand.xml create mode 100644 data/etc/android.hardware.faketouch.xml create mode 100644 data/etc/android.hardware.location.gps.xml create mode 100644 data/etc/android.hardware.location.xml create mode 100644 data/etc/android.hardware.nfc.xml create mode 100644 data/etc/android.hardware.sensor.accelerometer.xml create mode 100644 data/etc/android.hardware.sensor.barometer.xml create mode 100644 data/etc/android.hardware.sensor.compass.xml create mode 100644 data/etc/android.hardware.sensor.gyroscope.xml create mode 100644 data/etc/android.hardware.sensor.light.xml create mode 100644 data/etc/android.hardware.sensor.proximity.xml create mode 100644 data/etc/android.hardware.telephony.cdma.xml create mode 100644 data/etc/android.hardware.telephony.gsm.xml create mode 100644 data/etc/android.hardware.touchscreen.multitouch.distinct.xml create mode 100644 data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml create mode 100644 data/etc/android.hardware.touchscreen.multitouch.xml create mode 100644 data/etc/android.hardware.touchscreen.xml create mode 100644 data/etc/android.hardware.usb.accessory.xml create mode 100644 data/etc/android.hardware.usb.host.xml create mode 100644 data/etc/android.hardware.wifi.direct.xml create mode 100644 data/etc/android.hardware.wifi.xml create mode 100644 data/etc/android.software.sip.voip.xml create mode 100644 data/etc/android.software.sip.xml create mode 100644 data/etc/handheld_core_hardware.xml create mode 100644 data/etc/tablet_core_hardware.xml diff --git a/data/etc/android.hardware.audio.low_latency.xml b/data/etc/android.hardware.audio.low_latency.xml new file mode 100644 index 000000000..677ec1c63 --- /dev/null +++ b/data/etc/android.hardware.audio.low_latency.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/data/etc/android.hardware.bluetooth.xml b/data/etc/android.hardware.bluetooth.xml new file mode 100644 index 000000000..4aa174428 --- /dev/null +++ b/data/etc/android.hardware.bluetooth.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/data/etc/android.hardware.camera.autofocus.xml b/data/etc/android.hardware.camera.autofocus.xml new file mode 100644 index 000000000..d6e2b90da --- /dev/null +++ b/data/etc/android.hardware.camera.autofocus.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/data/etc/android.hardware.camera.flash-autofocus.xml b/data/etc/android.hardware.camera.flash-autofocus.xml new file mode 100644 index 000000000..55f1900a4 --- /dev/null +++ b/data/etc/android.hardware.camera.flash-autofocus.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/data/etc/android.hardware.camera.front.xml b/data/etc/android.hardware.camera.front.xml new file mode 100644 index 000000000..a5a699839 --- /dev/null +++ b/data/etc/android.hardware.camera.front.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.camera.xml b/data/etc/android.hardware.camera.xml new file mode 100644 index 000000000..00a1ed77f --- /dev/null +++ b/data/etc/android.hardware.camera.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.faketouch.multitouch.distinct.xml b/data/etc/android.hardware.faketouch.multitouch.distinct.xml new file mode 100644 index 000000000..b6e8d0929 --- /dev/null +++ b/data/etc/android.hardware.faketouch.multitouch.distinct.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/data/etc/android.hardware.faketouch.multitouch.jazzhand.xml b/data/etc/android.hardware.faketouch.multitouch.jazzhand.xml new file mode 100644 index 000000000..7f0e70bad --- /dev/null +++ b/data/etc/android.hardware.faketouch.multitouch.jazzhand.xml @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/data/etc/android.hardware.faketouch.xml b/data/etc/android.hardware.faketouch.xml new file mode 100644 index 000000000..cb9909782 --- /dev/null +++ b/data/etc/android.hardware.faketouch.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/data/etc/android.hardware.location.gps.xml b/data/etc/android.hardware.location.gps.xml new file mode 100644 index 000000000..72ab73228 --- /dev/null +++ b/data/etc/android.hardware.location.gps.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/data/etc/android.hardware.location.xml b/data/etc/android.hardware.location.xml new file mode 100644 index 000000000..ab901cfb5 --- /dev/null +++ b/data/etc/android.hardware.location.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/data/etc/android.hardware.nfc.xml b/data/etc/android.hardware.nfc.xml new file mode 100644 index 000000000..81c4a8411 --- /dev/null +++ b/data/etc/android.hardware.nfc.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.accelerometer.xml b/data/etc/android.hardware.sensor.accelerometer.xml new file mode 100644 index 000000000..22f18b809 --- /dev/null +++ b/data/etc/android.hardware.sensor.accelerometer.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.barometer.xml b/data/etc/android.hardware.sensor.barometer.xml new file mode 100644 index 000000000..ebd392d11 --- /dev/null +++ b/data/etc/android.hardware.sensor.barometer.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.compass.xml b/data/etc/android.hardware.sensor.compass.xml new file mode 100644 index 000000000..963847d74 --- /dev/null +++ b/data/etc/android.hardware.sensor.compass.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.gyroscope.xml b/data/etc/android.hardware.sensor.gyroscope.xml new file mode 100644 index 000000000..fe796324f --- /dev/null +++ b/data/etc/android.hardware.sensor.gyroscope.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.light.xml b/data/etc/android.hardware.sensor.light.xml new file mode 100644 index 000000000..78b0fecb9 --- /dev/null +++ b/data/etc/android.hardware.sensor.light.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.sensor.proximity.xml b/data/etc/android.hardware.sensor.proximity.xml new file mode 100644 index 000000000..d1948dea9 --- /dev/null +++ b/data/etc/android.hardware.sensor.proximity.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.telephony.cdma.xml b/data/etc/android.hardware.telephony.cdma.xml new file mode 100644 index 000000000..082378d5c --- /dev/null +++ b/data/etc/android.hardware.telephony.cdma.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/data/etc/android.hardware.telephony.gsm.xml b/data/etc/android.hardware.telephony.gsm.xml new file mode 100644 index 000000000..7927fa847 --- /dev/null +++ b/data/etc/android.hardware.telephony.gsm.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/data/etc/android.hardware.touchscreen.multitouch.distinct.xml b/data/etc/android.hardware.touchscreen.multitouch.distinct.xml new file mode 100644 index 000000000..35eeefd1f --- /dev/null +++ b/data/etc/android.hardware.touchscreen.multitouch.distinct.xml @@ -0,0 +1,24 @@ + + + + + + + + + + diff --git a/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml b/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml new file mode 100644 index 000000000..ed6606d8d --- /dev/null +++ b/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + diff --git a/data/etc/android.hardware.touchscreen.multitouch.xml b/data/etc/android.hardware.touchscreen.multitouch.xml new file mode 100644 index 000000000..1d59a27be --- /dev/null +++ b/data/etc/android.hardware.touchscreen.multitouch.xml @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/data/etc/android.hardware.touchscreen.xml b/data/etc/android.hardware.touchscreen.xml new file mode 100644 index 000000000..5b5ddf930 --- /dev/null +++ b/data/etc/android.hardware.touchscreen.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/data/etc/android.hardware.usb.accessory.xml b/data/etc/android.hardware.usb.accessory.xml new file mode 100644 index 000000000..80a090452 --- /dev/null +++ b/data/etc/android.hardware.usb.accessory.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/data/etc/android.hardware.usb.host.xml b/data/etc/android.hardware.usb.host.xml new file mode 100644 index 000000000..b0ca82c98 --- /dev/null +++ b/data/etc/android.hardware.usb.host.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/data/etc/android.hardware.wifi.direct.xml b/data/etc/android.hardware.wifi.direct.xml new file mode 100644 index 000000000..78cb4747f --- /dev/null +++ b/data/etc/android.hardware.wifi.direct.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.hardware.wifi.xml b/data/etc/android.hardware.wifi.xml new file mode 100644 index 000000000..512570c79 --- /dev/null +++ b/data/etc/android.hardware.wifi.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/android.software.sip.voip.xml b/data/etc/android.software.sip.voip.xml new file mode 100644 index 000000000..edd06c132 --- /dev/null +++ b/data/etc/android.software.sip.voip.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/data/etc/android.software.sip.xml b/data/etc/android.software.sip.xml new file mode 100644 index 000000000..d9fcaad3e --- /dev/null +++ b/data/etc/android.software.sip.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml new file mode 100644 index 000000000..9d2a0cbb6 --- /dev/null +++ b/data/etc/handheld_core_hardware.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml new file mode 100644 index 000000000..bf29fe4b7 --- /dev/null +++ b/data/etc/tablet_core_hardware.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +