OSDN Git Service

WXVGA 1280x800 skin for emulator.
authorRaphael Moll <raphael@google.com>
Thu, 12 Aug 2010 22:01:17 +0000 (15:01 -0700)
committerRaphael Moll <raphael@google.com>
Thu, 12 Aug 2010 22:01:17 +0000 (15:01 -0700)
Change-Id: I42b7e24a824d42bf53efcc6cf487102021c7b8d8

14 files changed:
emulator/skins/WXVGA1280/arrow_down.png [new file with mode: 0755]
emulator/skins/WXVGA1280/arrow_left.png [new file with mode: 0755]
emulator/skins/WXVGA1280/arrow_right.png [new file with mode: 0755]
emulator/skins/WXVGA1280/arrow_up.png [new file with mode: 0755]
emulator/skins/WXVGA1280/background_land.png [new file with mode: 0755]
emulator/skins/WXVGA1280/background_port.png [new file with mode: 0755]
emulator/skins/WXVGA1280/button.png [new file with mode: 0755]
emulator/skins/WXVGA1280/controls.png [new file with mode: 0755]
emulator/skins/WXVGA1280/hardware.ini [new file with mode: 0755]
emulator/skins/WXVGA1280/key.png [new file with mode: 0755]
emulator/skins/WXVGA1280/keyboard.png [new file with mode: 0755]
emulator/skins/WXVGA1280/layout [new file with mode: 0755]
emulator/skins/WXVGA1280/select.png [new file with mode: 0755]
emulator/skins/WXVGA1280/spacebar.png [new file with mode: 0755]

diff --git a/emulator/skins/WXVGA1280/arrow_down.png b/emulator/skins/WXVGA1280/arrow_down.png
new file mode 100755 (executable)
index 0000000..b9fde22
Binary files /dev/null and b/emulator/skins/WXVGA1280/arrow_down.png differ
diff --git a/emulator/skins/WXVGA1280/arrow_left.png b/emulator/skins/WXVGA1280/arrow_left.png
new file mode 100755 (executable)
index 0000000..281b192
Binary files /dev/null and b/emulator/skins/WXVGA1280/arrow_left.png differ
diff --git a/emulator/skins/WXVGA1280/arrow_right.png b/emulator/skins/WXVGA1280/arrow_right.png
new file mode 100755 (executable)
index 0000000..4cbc65d
Binary files /dev/null and b/emulator/skins/WXVGA1280/arrow_right.png differ
diff --git a/emulator/skins/WXVGA1280/arrow_up.png b/emulator/skins/WXVGA1280/arrow_up.png
new file mode 100755 (executable)
index 0000000..29c7121
Binary files /dev/null and b/emulator/skins/WXVGA1280/arrow_up.png differ
diff --git a/emulator/skins/WXVGA1280/background_land.png b/emulator/skins/WXVGA1280/background_land.png
new file mode 100755 (executable)
index 0000000..fe82824
Binary files /dev/null and b/emulator/skins/WXVGA1280/background_land.png differ
diff --git a/emulator/skins/WXVGA1280/background_port.png b/emulator/skins/WXVGA1280/background_port.png
new file mode 100755 (executable)
index 0000000..0dee95d
Binary files /dev/null and b/emulator/skins/WXVGA1280/background_port.png differ
diff --git a/emulator/skins/WXVGA1280/button.png b/emulator/skins/WXVGA1280/button.png
new file mode 100755 (executable)
index 0000000..8281d20
Binary files /dev/null and b/emulator/skins/WXVGA1280/button.png differ
diff --git a/emulator/skins/WXVGA1280/controls.png b/emulator/skins/WXVGA1280/controls.png
new file mode 100755 (executable)
index 0000000..04b85e2
Binary files /dev/null and b/emulator/skins/WXVGA1280/controls.png differ
diff --git a/emulator/skins/WXVGA1280/hardware.ini b/emulator/skins/WXVGA1280/hardware.ini
new file mode 100755 (executable)
index 0000000..4af7473
--- /dev/null
@@ -0,0 +1,3 @@
+# skin-specific hardware values
+hw.lcd.density=149
+vm.heapSize=24
diff --git a/emulator/skins/WXVGA1280/key.png b/emulator/skins/WXVGA1280/key.png
new file mode 100755 (executable)
index 0000000..40b03bf
Binary files /dev/null and b/emulator/skins/WXVGA1280/key.png differ
diff --git a/emulator/skins/WXVGA1280/keyboard.png b/emulator/skins/WXVGA1280/keyboard.png
new file mode 100755 (executable)
index 0000000..ca49dcf
Binary files /dev/null and b/emulator/skins/WXVGA1280/keyboard.png differ
diff --git a/emulator/skins/WXVGA1280/layout b/emulator/skins/WXVGA1280/layout
new file mode 100755 (executable)
index 0000000..9d6c8c4
--- /dev/null
@@ -0,0 +1,439 @@
+parts {
+    portrait {
+        background {
+            image   background_port.png
+        }
+    }
+    landscape {
+        background {
+            image   background_land.png
+        }
+    }
+
+    device {
+        display {
+            width   800
+            height  1280
+            x       0
+            y       0
+        }
+    }
+    
+    controls {
+        background {
+            image   controls.png
+        }
+        buttons {
+            soft-left {
+                    image button.png
+                    x 56
+                    y 142
+            }
+            home {
+                    image button.png
+                    x 0
+                    y 142
+            }
+            back {
+                    image button.png
+                    x 112
+                    y 142
+            }
+            dpad-up {
+                    image arrow_up.png
+                    x 77
+                    y 53
+            }
+            dpad-down {
+                    image arrow_down.png
+                    x 77
+                    y 106
+            }
+            dpad-left {
+                    image arrow_left.png
+                    x 53
+                    y 53
+            }
+            dpad-right {
+                    image arrow_right.png
+                    x 123
+                    y 53
+            }
+            dpad-center {
+                    image select.png
+                    x 77
+                    y 81
+            }
+            phone-dial {
+                    image button.png
+                    x 0
+                    y 71
+            }
+            phone-hangup {
+                    image button.png
+                    x 168
+                    y 71
+            }
+
+            power {
+                    image button.png
+                    x 168
+                    y 0
+            }
+
+            volume-up {
+                    image button.png
+                    x 112
+                    y 0
+            }
+
+            volume-down {
+                    image button.png
+                    x 56
+                    y 0
+            }
+
+            search {
+                    image button.png
+                    x 168
+                    y 142
+            }
+
+        }
+    }
+
+    keyboard {
+        background {
+            image   keyboard.png
+        }
+        buttons {
+            1 {
+                image  key.png
+                x  5
+                y  5
+            }
+            2 {
+                image  key.png
+                x 42
+                y 5
+            }
+            3 {
+                image  key.png
+                x 79
+                y 5
+            }
+            4 {
+                image  key.png
+                x 116
+                y 5
+            }
+            5 {
+                image  key.png
+                x 153
+                y 5
+            }
+            6 {
+                image  key.png
+                x 190
+                y 5
+            }
+            7 {
+                image  key.png
+                x 227
+                y 5
+            }
+            8 {
+                image  key.png
+                x 264
+                y 5
+            }
+            9 {
+                image  key.png
+                x 301
+                y 5
+            }
+            0 {
+                image  key.png
+                x 338
+                y 5
+            }
+
+            q {
+                image  key.png
+                x  5
+                y  41
+            }
+            w {
+                image  key.png
+                x 42
+                y 41
+            }
+            e {
+                image  key.png
+                x 79
+                y 41
+            }
+            r {
+                image  key.png
+                x 116
+                y 41
+            }
+            t {
+                image  key.png
+                x 153
+                y 41
+            }
+            y {
+                image  key.png
+                x 190
+                y 41
+            }
+            u {
+                image  key.png
+                x 227
+                y 41
+            }
+            i {
+                image  key.png
+                x 264
+                y 41
+            }
+            o {
+                image  key.png
+                x 301
+                y 41
+            }
+            p {
+                image  key.png
+                x 338
+                y 41
+            }
+
+            a {
+                image  key.png
+                x  5
+                y 77
+            }
+            s {
+                image  key.png
+                x 42
+                y 77
+            }
+            d {
+                image  key.png
+                x 79
+                y 77
+            }
+            f {
+                image  key.png
+                x 116
+                y 77
+            }
+            g {
+                image  key.png
+                x 153
+                y 77
+            }
+            h {
+                image  key.png
+                x 190
+                y 77
+            }
+            j {
+                image  key.png
+                x 227
+                y 77
+            }
+            k {
+                image  key.png
+                x 264
+                y 77
+            }
+            l {
+                image  key.png
+                x 301
+                y 77
+            }
+            DEL {
+                image  key.png
+                x 338
+                y 77
+            }
+
+            CAP {
+                image  key.png
+                x  5
+                y 113
+            }
+            z {
+                image  key.png
+                x 42
+                y 113
+            }
+            x {
+                image  key.png
+                x 79
+                y 113
+            }
+            c {
+                image  key.png
+                x 116
+                y 113
+            }
+            v {
+                image  key.png
+                x 153
+                y 113
+            }
+            b {
+                image  key.png
+                x 190
+                y 113
+            }
+            n {
+                image  key.png
+                x 227
+                y 113
+            }
+            m {
+                image  key.png
+                x 264
+                y 113
+            }
+            PERIOD {
+                image  key.png
+                x 301
+                y 113
+            }
+            ENTER {
+                image  key.png
+                x 338
+                y 113
+            }
+
+            ALT {
+                image  key.png
+                x  5
+                y 149
+            }
+            SYM {
+                image  key.png
+                x 42
+                y 149
+            }
+            AT {
+                image  key.png
+                x 79
+                y 149
+            }
+            SPACE {
+                image  spacebar.png
+                x 116
+                y 149
+            }
+            SLASH {
+                image  key.png
+                x 264
+                y 149
+            }
+            COMMA {
+                image  key.png
+                x 301
+                y 149
+            }
+            ALT2 {
+                image  key.png
+                x 338
+                y 149
+            }
+
+        }
+    }
+}
+
+layouts {
+    portrait {
+        width     1270
+        height    1334
+        color     0xe0e0e0
+        event     EV_SW:0:1
+        
+        part1 {
+            name    portrait
+            x       0
+            y       0
+        }
+
+        part2 {
+            name    landscape
+            x       1400
+            y       0
+        }
+
+        part3 {
+            name    device
+            x       27
+            y       27
+        }
+        part4 {
+            name    controls
+            x       955
+            y       367
+        }
+        part5 {
+            name    keyboard
+            x       874
+            y       619
+        }
+
+    }
+
+    landscape {
+        width     1333
+        height    1081
+        color     0xe0e0e0
+        event     EV_SW:0:0
+
+        dpad-rotation 3
+
+        part1 {
+            name    portrait
+            x       1400
+            y       0
+        }
+
+        part2 {
+            name    landscape
+            x       0
+            y       0
+        }
+
+        part3 {
+            name      device
+            x         26
+            y         829
+            rotation  3
+        }
+
+        part4 {
+            name     controls
+            x        779
+            y        876
+        }
+
+        part5 {
+            name     keyboard
+            x        338
+            y        876
+        }
+    }
+}
+
+keyboard {
+    charmap qwerty2
+}
+
+network {
+    speed  full
+    delay  none
+}
diff --git a/emulator/skins/WXVGA1280/select.png b/emulator/skins/WXVGA1280/select.png
new file mode 100755 (executable)
index 0000000..f4a65d3
Binary files /dev/null and b/emulator/skins/WXVGA1280/select.png differ
diff --git a/emulator/skins/WXVGA1280/spacebar.png b/emulator/skins/WXVGA1280/spacebar.png
new file mode 100755 (executable)
index 0000000..aa459bd
Binary files /dev/null and b/emulator/skins/WXVGA1280/spacebar.png differ