blob: 1473fa4a34e63f3df8794316f42c9b4e216e0e9f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#@TYPE: Machine
#@NAME: HTC Polaris
#@DESCRIPTION: Machine configuration for the HTC Polaris 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"
|