blob: bcd4ab8795b1f891352337062d723ed114f90a63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#@TYPE: Machine
#@NAME: HTC Titan phone
#@DESCRIPTION: Machine configuration for HTC Titan smartphone
require conf/machine/include/htc-msm7.inc
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen screen phone gps camera keyboard"
|