aboutsummaryrefslogtreecommitdiffstats
path: root/device_validator/dvlib/tests/src/com/android/dvlib/devices_no_states.xml
blob: 8685e3b239d239e794b4df38ba8a68979f6e8229 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0"?>
<d:devices
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:d="http://schemas.android.com/sdk/devices/1">

    <d:device>
        <d:name>
            Galaxy Nexus
        </d:name>
        <d:manufacturer>
            Samsung
        </d:manufacturer>
        <d:hardware>
            <d:screen>
                <d:screen-size>normal</d:screen-size>
                <d:diagonal-length>4.65</d:diagonal-length> <!-- In inches -->
                <d:pixel-density>xhdpi</d:pixel-density>
                <d:screen-ratio>long</d:screen-ratio>
                <d:dimensions>
                    <d:x-dimension>720</d:x-dimension>
                    <d:y-dimension>1280</d:y-dimension>
                </d:dimensions>
                <d:xdpi>316</d:xdpi>
                <d:ydpi>316</d:ydpi>
                <d:touch>
                    <d:multitouch>jazz-hands</d:multitouch>
                    <d:mechanism>finger</d:mechanism>
                    <d:screen-type>capacitive</d:screen-type>
                </d:touch>
            </d:screen>
            <d:networking>
                Bluetooth
                Wifi
                NFC
            </d:networking>
            <d:sensors>
                Accelerometer
                Barometer
                Gyroscope
                Compass
                GPS
                ProximitySensor
            </d:sensors>
            <d:mic>true</d:mic>
            <d:camera>
                <d:location>front</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>false</d:flash>
            </d:camera>
            <d:camera>
                <d:location>back</d:location>
                <d:autofocus>true</d:autofocus>
                <d:flash>true</d:flash>
            </d:camera>
            <d:keyboard>nokeys</d:keyboard>
            <d:nav>nonav</d:nav>
            <d:ram unit="GiB">1</d:ram>
            <d:buttons>soft</d:buttons>
            <d:internal-storage unit="GiB">16</d:internal-storage>
            <d:removable-storage unit="KiB"></d:removable-storage>
            <d:cpu>OMAP 4460</d:cpu> <!-- cpu type (Tegra3) freeform -->
            <d:gpu>PowerVR SGX540</d:gpu>
            <d:abi>
                armeabi
                armeabi-v7a
            </d:abi>
            <!--dock (car, desk, tv, none)-->
            <d:dock>
            </d:dock>
            <!-- plugged in (never, charge, always) -->
            <d:power-type>battery</d:power-type>
        </d:hardware>
        <d:software>
            <d:api-level>14</d:api-level>
            <d:live-wallpaper-support>true</d:live-wallpaper-support>
            <d:bluetooth-profiles>
                HSP
                HFP
                SPP
                A2DP
                AVRCP
                OPP
                PBAP
                GAVDP
                AVDTP
                HID
                HDP
                PAN
            </d:bluetooth-profiles>
            <d:gl-version>2.0</d:gl-version>
            <!--
             These can be gotten via
             javax.microedition.khronos.opengles.GL10.glGetString(GL10.GL_EXTENSIONS);
            -->
            <d:gl-extensions>
                GL_EXT_discard_framebuffer
                GL_EXT_multi_draw_arrays
                GL_EXT_shader_texture_lod
                GL_EXT_texture_format_BGRA8888
                GL_IMG_multisampled_render_to_texture
                GL_IMG_program_binary
                GL_IMG_read_format
                GL_IMG_shader_binary
                GL_IMG_texture_compression_pvrtc
                GL_IMG_texture_format_BGRA8888
                GL_IMG_texture_npot
                GL_OES_compressed_ETC1_RGB8_texture
                GL_OES_depth_texture
                GL_OES_depth24
                GL_OES_EGL_image
                GL_OES_EGL_image_external
                GL_OES_egl_sync
                GL_OES_element_index_uint
                GL_OES_fragment_precision_high
                GL_OES_get_program_binary
                GL_OES_mapbuffer
                GL_OES_packed_depth_stencil
                GL_OES_required_internalformat
                GL_OES_rgb8_rgba8
                GL_OES_standard_derivatives
                GL_OES_texture_float
                GL_OES_texture_half_float
                GL_OES_vertex_array_object
                GL_OES_vertex_half_float
            </d:gl-extensions>
            <d:status-bar>true</d:status-bar>
        </d:software>
    </d:device>
</d:devices>