summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/xt301.xml
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-08-17 09:37:18 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-17 09:37:18 -0700
commitdd37e1328b736a11354a5847ad82c5f2551defa5 (patch)
tree10b2a4be4590c35e0f8027f3773fbcc61e05fd08 /src/plugins/preflighting.core/devices/xt301.xml
parent1fc2254217371e1bae3c9373d2474b1053c869f9 (diff)
parentb613ddc1cf740750ab9dc20f1b051a2f04f5dbef (diff)
downloadmotodev-dd37e1328b736a11354a5847ad82c5f2551defa5.tar.gz
Merge "Initial contribution of Motorola MOTODEV tools code"
Diffstat (limited to 'src/plugins/preflighting.core/devices/xt301.xml')
-rw-r--r--src/plugins/preflighting.core/devices/xt301.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/plugins/preflighting.core/devices/xt301.xml b/src/plugins/preflighting.core/devices/xt301.xml
new file mode 100644
index 0000000..995e970
--- /dev/null
+++ b/src/plugins/preflighting.core/devices/xt301.xml
@@ -0,0 +1,33 @@
+<?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="xt301" name="MOTO XT301" provider="Motorola Mobility, Inc.">
+
+ <!--Product specifications: http://developer.motorola.com/products/xt301/-->
+
+ <d:default>
+ <d:screen-size>small</d:screen-size>
+ <d:screen-ratio>notlong</d:screen-ratio>
+ <d:screen-orientation>port</d:screen-orientation>
+ <d:pixel-density>ldpi</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>240</d:size>
+ <d:size>320</d:size>
+ </d:screen-dimension>
+ <d:xdpi>120</d:xdpi>
+ <d:ydpi>120</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:device>
+
+</d:layout-devices> \ No newline at end of file