diff --git a/build/sdk.atree b/build/sdk.atree index 33194442c..476bf1662 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -87,6 +87,7 @@ system/build.prop platforms/${PLATFORM_NAME}/images/${TARGET_CPU_ABI}/build.prop #development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA #development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 #development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 +development/tools/emulator/skins/WSVGA platforms/${PLATFORM_NAME}/skins/WSVGA development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA # Platform SDK properties diff --git a/tools/emulator/skins/WSVGA/arrow_down.png b/tools/emulator/skins/WSVGA/arrow_down.png new file mode 100755 index 000000000..b9fde223d Binary files /dev/null and b/tools/emulator/skins/WSVGA/arrow_down.png differ diff --git a/tools/emulator/skins/WSVGA/arrow_left.png b/tools/emulator/skins/WSVGA/arrow_left.png new file mode 100755 index 000000000..281b1923a Binary files /dev/null and b/tools/emulator/skins/WSVGA/arrow_left.png differ diff --git a/tools/emulator/skins/WSVGA/arrow_right.png b/tools/emulator/skins/WSVGA/arrow_right.png new file mode 100755 index 000000000..4cbc65d33 Binary files /dev/null and b/tools/emulator/skins/WSVGA/arrow_right.png differ diff --git a/tools/emulator/skins/WSVGA/arrow_up.png b/tools/emulator/skins/WSVGA/arrow_up.png new file mode 100755 index 000000000..29c712151 Binary files /dev/null and b/tools/emulator/skins/WSVGA/arrow_up.png differ diff --git a/tools/emulator/skins/WSVGA/background_land.png b/tools/emulator/skins/WSVGA/background_land.png new file mode 100644 index 000000000..109c7476a Binary files /dev/null and b/tools/emulator/skins/WSVGA/background_land.png differ diff --git a/tools/emulator/skins/WSVGA/background_port.png b/tools/emulator/skins/WSVGA/background_port.png new file mode 100644 index 000000000..5bb258045 Binary files /dev/null and b/tools/emulator/skins/WSVGA/background_port.png differ diff --git a/tools/emulator/skins/WSVGA/button.png b/tools/emulator/skins/WSVGA/button.png new file mode 100755 index 000000000..8281d20fb Binary files /dev/null and b/tools/emulator/skins/WSVGA/button.png differ diff --git a/tools/emulator/skins/WSVGA/controls.png b/tools/emulator/skins/WSVGA/controls.png new file mode 100755 index 000000000..04b85e2ba Binary files /dev/null and b/tools/emulator/skins/WSVGA/controls.png differ diff --git a/tools/emulator/skins/WSVGA/hardware.ini b/tools/emulator/skins/WSVGA/hardware.ini new file mode 100755 index 000000000..c777f9e41 --- /dev/null +++ b/tools/emulator/skins/WSVGA/hardware.ini @@ -0,0 +1,6 @@ +# skin-specific hardware values +hw.lcd.density=160 +vm.heapSize=48 +hw.ramSize=512 +hw.keyboard.lid=no + diff --git a/tools/emulator/skins/WSVGA/key.png b/tools/emulator/skins/WSVGA/key.png new file mode 100755 index 000000000..40b03bf3f Binary files /dev/null and b/tools/emulator/skins/WSVGA/key.png differ diff --git a/tools/emulator/skins/WSVGA/keyboard.png b/tools/emulator/skins/WSVGA/keyboard.png new file mode 100755 index 000000000..ca49dcf85 Binary files /dev/null and b/tools/emulator/skins/WSVGA/keyboard.png differ diff --git a/tools/emulator/skins/WSVGA/layout b/tools/emulator/skins/WSVGA/layout new file mode 100755 index 000000000..140ecd73c --- /dev/null +++ b/tools/emulator/skins/WSVGA/layout @@ -0,0 +1,88 @@ +parts { + portrait { + background { + image background_port.png + } + } + landscape { + background { + image background_land.png + } + } + + device { + display { + width 1024 + height 600 + x 0 + y 0 + } + } + +} + +layouts { + + landscape { + width 1076 + height 654 + color 0xe0e0e0 + event EV_SW:0:1 + + part1 { + name portrait + x 1400 + y 0 + } + + part2 { + name landscape + x 0 + y 0 + } + + part3 { + name device + x 26 + y 29 + } + } + + portrait { + width 654 + height 1076 + color 0xe0e0e0 + event EV_SW:0:0 + + dpad-rotation 3 + + part1 { + name portrait + x 0 + y 0 + } + + part2 { + name landscape + x 1400 + y 0 + } + + part3 { + name device + x 29 + y 1050 + rotation 3 + } + } + +} + +keyboard { + charmap qwerty2 +} + +network { + speed full + delay none +} diff --git a/tools/emulator/skins/WSVGA/select.png b/tools/emulator/skins/WSVGA/select.png new file mode 100755 index 000000000..f4a65d3b5 Binary files /dev/null and b/tools/emulator/skins/WSVGA/select.png differ diff --git a/tools/emulator/skins/WSVGA/spacebar.png b/tools/emulator/skins/WSVGA/spacebar.png new file mode 100755 index 000000000..aa459bd13 Binary files /dev/null and b/tools/emulator/skins/WSVGA/spacebar.png differ diff --git a/tools/emulator/skins/WXGA/hardware.ini b/tools/emulator/skins/WXGA/hardware.ini index 130592f58..c777f9e41 100755 --- a/tools/emulator/skins/WXGA/hardware.ini +++ b/tools/emulator/skins/WXGA/hardware.ini @@ -1,6 +1,6 @@ # skin-specific hardware values hw.lcd.density=160 vm.heapSize=48 -hw.ramSize=256 +hw.ramSize=512 hw.keyboard.lid=no