summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/mt620.xml
diff options
context:
space:
mode:
authorEric Cloninger <dcp874@motorola.com>2012-08-15 11:57:06 -0500
committerEric Cloninger <dcp874@motorola.com>2012-08-17 09:33:37 -0500
commitb613ddc1cf740750ab9dc20f1b051a2f04f5dbef (patch)
tree10b2a4be4590c35e0f8027f3773fbcc61e05fd08 /src/plugins/preflighting.core/devices/mt620.xml
parent1fc2254217371e1bae3c9373d2474b1053c869f9 (diff)
downloadmotodev-b613ddc1cf740750ab9dc20f1b051a2f04f5dbef.tar.gz
Initial contribution of Motorola MOTODEV tools code
This patch contains Eclipse plugins that complement the Android Development Tools (ADT). The patch also contains the MOTODEV App Validator, a static analysis tool for Android apps. App Validator is built as an Eclipse RCP that runs on the command line, but also has an Eclipse IDE integration. To build the plugins, you will need Eclipse 3.7 or 4.2 with the PDE installed with Java 6. An ant build file will come in a separate patch. Change-Id: I8af2e5980eb24ed1c206bb2ddb9b3d733b9eff56 Signed-off-by: Eric Cloninger <dcp874@motorola.com>
Diffstat (limited to 'src/plugins/preflighting.core/devices/mt620.xml')
-rw-r--r--src/plugins/preflighting.core/devices/mt620.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/plugins/preflighting.core/devices/mt620.xml b/src/plugins/preflighting.core/devices/mt620.xml
new file mode 100644
index 0000000..8514e2d
--- /dev/null
+++ b/src/plugins/preflighting.core/devices/mt620.xml
@@ -0,0 +1,34 @@
+<?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="mt620" name="MOTO MT620" provider="Motorola Mobility, Inc.">
+
+ <!--Product specifications: http://developer.motorola.com/products/mt620/-->
+
+ <d:default>
+ <d:screen-size>normal</d:screen-size>
+ <d:screen-ratio>notlong</d:screen-ratio>
+ <d:screen-orientation>port</d:screen-orientation>
+ <d:pixel-density>mdpi</d:pixel-density>
+ <d:touch-type>finger</d:touch-type>
+ <d:text-input-method>qwerty</d:text-input-method>
+ <d:keyboard-state>keysexposed</d:keyboard-state>
+ <d:nav-method>nonav</d:nav-method>
+ <d:screen-dimension>
+ <d:size>320</d:size>
+ <d:size>480</d:size>
+ </d:screen-dimension>
+ <d:xdpi>160</d:xdpi>
+ <d:ydpi>160</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:keyboard-state>keyssoft</d:keyboard-state>
+ </d:config>
+
+ </d:device>
+
+</d:layout-devices> \ No newline at end of file