| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 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( |
| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 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", |
| The Android Open Source Project | b3ee93a | 2009-03-13 13:04:21 -0700 | [diff] [blame] | 86 | "yes", |
| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 87 | "GPS support", |
| 88 | "Whether there is a GPS in the device.") |
| 89 | |
| 90 | HWCFG_BOOL( |
| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 91 | hw_battery, |
| 92 | "hw.battery", |
| 93 | "yes", |
| 94 | "Battery support", |
| 95 | "Whether the device can run on a battery.") |
| 96 | |
| 97 | HWCFG_BOOL( |
| The Android Open Source Project | 9877e2e | 2009-03-18 17:39:44 -0700 | [diff] [blame] | 98 | hw_accelerometer, |
| 99 | "hw.accelerometer", |
| 100 | "yes", |
| 101 | "Accelerometer", |
| 102 | "Whether there is an accelerometer in the device.") |
| 103 | |
| 104 | HWCFG_BOOL( |
| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 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( |
| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 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 | |
| David 'Digit' Turner | c5b1270 | 2009-06-19 00:36:12 +0200 | [diff] [blame] | 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 | |
| David 'Digit' Turner | 03e1244 | 2009-10-07 17:21:34 -0700 | [diff] [blame] | 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 | |
| Ola Albertsson | 7c8397a | 2010-12-17 14:53:44 +0100 | [diff] [blame^] | 153 | HWCFG_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 Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 160 | #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 */ |