blob: 9eb43354feb3cbf6fd5599688bc94ae5b938629a [file] [log] [blame]
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -08001/* 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
20HWCFG_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
27HWCFG_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
34HWCFG_BOOL(
35 hw_trackBall,
36 "hw.trackBall",
37 "yes",
38 "Track-ball support",
39 "Whether there is a trackball on the device.")
40
41HWCFG_BOOL(
42 hw_keyboard,
43 "hw.keyboard",
44 "yes",
45 "Keyboard support",
46 "Whether the device has a QWERTY keyboard.")
47
48HWCFG_BOOL(
49 hw_dPad,
50 "hw.dPad",
51 "yes",
52 "DPad support",
53 "Whether the device has DPad keys")
54
55HWCFG_BOOL(
56 hw_gsmModem,
57 "hw.gsmModem",
58 "yes",
59 "GSM modem support",
60 "Whether there is a GSM modem in the device.")
61
62HWCFG_BOOL(
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -080063 hw_camera,
64 "hw.camera",
65 "no",
66 "Camera support",
67 "Whether the device has a camera.")
68
69HWCFG_INT(
70 hw_camera_maxHorizontalPixels,
71 "hw.camera.maxHorizontalPixels",
72 640,
73 "Maximum horizontal camera pixels",
74 "")
75
76HWCFG_INT(
77 hw_camera_maxVerticalPixels,
78 "hw.camera.maxVerticalPixels",
79 480,
80 "Maximum vertical camera pixels",
81 "")
82
83HWCFG_BOOL(
84 hw_gps,
85 "hw.gps",
The Android Open Source Projectb3ee93a2009-03-13 13:04:21 -070086 "yes",
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -080087 "GPS support",
88 "Whether there is a GPS in the device.")
89
90HWCFG_BOOL(
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -080091 hw_battery,
92 "hw.battery",
93 "yes",
94 "Battery support",
95 "Whether the device can run on a battery.")
96
97HWCFG_BOOL(
The Android Open Source Project9877e2e2009-03-18 17:39:44 -070098 hw_accelerometer,
99 "hw.accelerometer",
100 "yes",
101 "Accelerometer",
102 "Whether there is an accelerometer in the device.")
103
104HWCFG_BOOL(
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -0800105 hw_audioInput,
106 "hw.audioInput",
107 "yes",
108 "Audio recording support",
109 "Whether the device can record audio")
110
111HWCFG_BOOL(
112 hw_audioOutput,
113 "hw.audioOutput",
114 "yes",
115 "Audio playback support",
116 "Whether the device can play audio")
117
118HWCFG_BOOL(
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -0800119 hw_sdCard,
120 "hw.sdCard",
121 "yes",
122 "SD Card support",
123 "Whether the device supports insertion/removal of virtual SD Cards.")
124
125HWCFG_BOOL(
126 disk_cachePartition,
127 "disk.cachePartition",
128 "yes",
129 "Cache partition support",
130 "Whether we use a /cache partition on the device.")
131
132HWCFG_DISKSIZE(
133 disk_cachePartition_size,
134 "disk.cachePartition.size",
135 "66MB",
136 "Cache partition size",
137 "")
138
David 'Digit' Turnerc5b12702009-06-19 00:36:12 +0200139HWCFG_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
David 'Digit' Turner03e12442009-10-07 17:21:34 -0700146HWCFG_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
Ola Albertsson7c8397a2010-12-17 14:53:44 +0100153HWCFG_BOOL(
154 hw_sensors_proximity,
155 "hw.sensors.proximity",
156 "yes",
157 "Proximity support",
158 "Whether there is an proximity in the device.")
159
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -0800160#undef HWCFG_INT
161#undef HWCFG_BOOL
162#undef HWCFG_DISKSIZE
163#undef HWCFG_STRING
164#undef HWCFG_DOUBLE
165/* end of auto-generated file */