blob: 52d4a42b78bed067fb04793e9b1febdf83e2447e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#@TYPE: Machine
#@NAME: HTC Leo
#@DESCRIPTION: Machine configuration for HTC Leo smartphone (aka HTC HD2)
require conf/machine/include/htc-qsd8.inc
MACHINE_DISPLAY_WIDTH_PIXELS = "480"
MACHINE_DISPLAY_HEIGHT_PIXELS = "800"
MACHINE_FEATURES = "kernel26 touchscreen screen phone gps compass usb keyboard"
|