summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/droidx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.core/devices/droidx.xml')
-rw-r--r--src/plugins/preflighting.core/devices/droidx.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/plugins/preflighting.core/devices/droidx.xml b/src/plugins/preflighting.core/devices/droidx.xml
new file mode 100644
index 0000000..121b4d3
--- /dev/null
+++ b/src/plugins/preflighting.core/devices/droidx.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<d:layout-devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://schemas.android.com/sdk/android/layout-devices/1">
+
+ <d:device id="droidx" name="DROID X by Motorola, MB811" provider="Motorola Mobility, Inc.">
+
+ <!--Product specifications: http://developer.motorola.com/products/droidx/-->
+
+ <d:default>
+ <d:screen-size>normal</d:screen-size>
+ <d:screen-ratio>long</d:screen-ratio>
+ <d:screen-orientation>port</d:screen-orientation>
+ <d:pixel-density>hdpi</d:pixel-density>
+ <d:touch-type>finger</d:touch-type>
+ <d:text-input-method>nokeys</d:text-input-method>
+ <d:keyboard-state>keyssoft</d:keyboard-state>
+ <d:nav-method>nonav</d:nav-method>
+ <d:screen-dimension>
+ <d:size>480</d:size>
+ <d:size>854</d:size>
+ </d:screen-dimension>
+ <d:xdpi>240</d:xdpi>
+ <d:ydpi>240</d:ydpi>
+ </d:default>
+ <d:config name="Portrait">
+ <d:screen-orientation>port</d:screen-orientation>
+ </d:config>
+ <d:config name="Landscape">
+ <d:screen-orientation>land</d:screen-orientation>
+ </d:config>
+ <d:supported-features>
+ <d:feature>android.hardware.bluetooth</d:feature>
+ <d:feature>android.hardware.camera</d:feature>
+ <d:feature>android.hardware.camera.autofocus</d:feature>
+ <d:feature>android.hardware.camera.flash</d:feature>
+ <d:feature>android.hardware.location</d:feature>
+ <d:feature>android.hardware.location.gps</d:feature>
+ <d:feature>android.hardware.location.network</d:feature>
+ <d:feature>android.hardware.microphone</d:feature>
+ <d:feature>android.hardware.sensor.accelerometer</d:feature>
+ <d:feature>android.hardware.sensor.compass</d:feature>
+ <d:feature>android.hardware.sensor.light</d:feature>
+ <d:feature>android.hardware.sensor.proximity</d:feature>
+ <d:feature>android.hardware.telephony</d:feature>
+ <d:feature>android.hardware.telephony.cdma</d:feature>
+ <d:feature>android.hardware.touchscreen</d:feature>
+ <d:feature>android.hardware.touchscreen.multitouch</d:feature>
+ <d:feature>android.hardware.touchscreen.multitouch.distinct</d:feature>
+ <d:feature>android.hardware.wifi</d:feature>
+ <d:feature>android.software.live_wallpaper</d:feature>
+ </d:supported-features>
+
+ </d:device>
+
+</d:layout-devices> \ No newline at end of file