summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/mt870.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting.core/devices/mt870.xml')
-rw-r--r--src/plugins/preflighting.core/devices/mt870.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/plugins/preflighting.core/devices/mt870.xml b/src/plugins/preflighting.core/devices/mt870.xml
new file mode 100644
index 0000000..e6d2120
--- /dev/null
+++ b/src/plugins/preflighting.core/devices/mt870.xml
@@ -0,0 +1,55 @@
+<?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="mt870" name="MOTO MT870" provider="Motorola Mobility, Inc.">
+
+ <!--Product specifications: http://developer.motorola.com/products/mt870/-->
+
+ <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>540</d:size>
+ <d:size>960</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.camera.front</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.gsm</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