• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* this file is automatically generated from 'hardware-properties.ini'
2  * DO NOT EDIT IT. To re-generate it, use android/tools/gen-hw-config.py'
3  */
4 #ifndef HWCFG_INT
5 #error  HWCFG_INT not defined
6 #endif
7 #ifndef HWCFG_BOOL
8 #error  HWCFG_BOOL not defined
9 #endif
10 #ifndef HWCFG_DISKSIZE
11 #error  HWCFG_DISKSIZE not defined
12 #endif
13 #ifndef HWCFG_STRING
14 #error  HWCFG_STRING not defined
15 #endif
16 #ifndef HWCFG_DOUBLE
17 #error  HWCFG_DOUBLE not defined
18 #endif
19 
20 HWCFG_INT(
21   hw_ramSize,
22   "hw.ramSize",
23   96,
24   "Device ram size",
25   "The amount of physical RAM on the device, in megabytes.")
26 
27 HWCFG_BOOL(
28   hw_touchScreen,
29   "hw.touchScreen",
30   "yes",
31   "Touch-screen support",
32   "Whether there is a touch screen or not on the device.")
33 
34 HWCFG_BOOL(
35   hw_trackBall,
36   "hw.trackBall",
37   "yes",
38   "Track-ball support",
39   "Whether there is a trackball on the device.")
40 
41 HWCFG_BOOL(
42   hw_keyboard,
43   "hw.keyboard",
44   "yes",
45   "Keyboard support",
46   "Whether the device has a QWERTY keyboard.")
47 
48 HWCFG_BOOL(
49   hw_dPad,
50   "hw.dPad",
51   "yes",
52   "DPad support",
53   "Whether the device has DPad keys")
54 
55 HWCFG_BOOL(
56   hw_gsmModem,
57   "hw.gsmModem",
58   "yes",
59   "GSM modem support",
60   "Whether there is a GSM modem in the device.")
61 
62 HWCFG_BOOL(
63   hw_camera,
64   "hw.camera",
65   "no",
66   "Camera support",
67   "Whether the device has a camera.")
68 
69 HWCFG_INT(
70   hw_camera_maxHorizontalPixels,
71   "hw.camera.maxHorizontalPixels",
72   640,
73   "Maximum horizontal camera pixels",
74   "")
75 
76 HWCFG_INT(
77   hw_camera_maxVerticalPixels,
78   "hw.camera.maxVerticalPixels",
79   480,
80   "Maximum vertical camera pixels",
81   "")
82 
83 HWCFG_BOOL(
84   hw_gps,
85   "hw.gps",
86   "yes",
87   "GPS support",
88   "Whether there is a GPS in the device.")
89 
90 HWCFG_BOOL(
91   hw_battery,
92   "hw.battery",
93   "yes",
94   "Battery support",
95   "Whether the device can run on a battery.")
96 
97 HWCFG_BOOL(
98   hw_accelerometer,
99   "hw.accelerometer",
100   "yes",
101   "Accelerometer",
102   "Whether there is an accelerometer in the device.")
103 
104 HWCFG_BOOL(
105   hw_audioInput,
106   "hw.audioInput",
107   "yes",
108   "Audio recording support",
109   "Whether the device can record audio")
110 
111 HWCFG_BOOL(
112   hw_audioOutput,
113   "hw.audioOutput",
114   "yes",
115   "Audio playback support",
116   "Whether the device can play audio")
117 
118 HWCFG_BOOL(
119   hw_sdCard,
120   "hw.sdCard",
121   "yes",
122   "SD Card support",
123   "Whether the device supports insertion/removal of virtual SD Cards.")
124 
125 HWCFG_BOOL(
126   disk_cachePartition,
127   "disk.cachePartition",
128   "yes",
129   "Cache partition support",
130   "Whether we use a /cache partition on the device.")
131 
132 HWCFG_DISKSIZE(
133   disk_cachePartition_size,
134   "disk.cachePartition.size",
135   "66MB",
136   "Cache partition size",
137   "")
138 
139 HWCFG_INT(
140   hw_lcd_density,
141   "hw.lcd.density",
142   160,
143   "Abstracted LCD density",
144   "Must be one of 120, 160 or 240. A value used to roughly describe the density of the LCD screen for automatic resource/asset selection.")
145 
146 HWCFG_INT(
147   vm_heapSize,
148   "vm.heapSize",
149   16,
150   "Max VM application heap size",
151   "The maximum heap size a Dalvik application might allocate before being killed by the system. Value is in megabytes.")
152 
153 #undef HWCFG_INT
154 #undef HWCFG_BOOL
155 #undef HWCFG_DISKSIZE
156 #undef HWCFG_STRING
157 #undef HWCFG_DOUBLE
158 /* end of auto-generated file */
159