diff options
Diffstat (limited to 'conf/machine/htcvogue.conf')
| -rw-r--r-- | conf/machine/htcvogue.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/htcvogue.conf b/conf/machine/htcvogue.conf new file mode 100644 index 0000000000..c0670024a4 --- /dev/null +++ b/conf/machine/htcvogue.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: HTC Vogue +#@DESCRIPTION: Machine configuration for HTC Vogue 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" |
