blob: f72abaf6707d6a41959f53587126cbe3b5a49d5f (
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 mmc mmcroot screen serial touchscreen keyboard usbgadget usbhost bluetooth wifi phone compass gsensor lightsensor"
|