summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting.core/devices/droidx.xml
blob: 121b4d3702c88408fcae28789ca82fc151b6d0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>