Build doom on clipv2 and clip+
[kugel-rb.git] / apps / features.txt
blob21867b077d4c1dccbc1472361ad27e6245aa73a3
1 /* This file controls which strings are included when rockbox is built and
2    when the .lng and .voice files are built. That means that a change in this
3    file will break compatibility with older .lng and .voice files and that those
4    version numbers should be updated. It also means that changing defines in
5    the various config*.h files could also break back compatibility */  
7 #if defined(HAVE_ACCESSORY_SUPPLY)
8 accessory_supply
9 #endif
11 #if defined(HAVE_AGC)
12 agc
13 #endif
15 #if defined(HAVE_RTC_ALARM)
16 alarm
17 #endif
19 #if defined(HAVE_ALBUMART)
20 albumart
21 #endif
23 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
24 backlight_brightness
25 #endif
27 #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
28 backlight_fade_int
29 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
30 backlight_fade_bool
31 #endif
33 #if BATTERY_TYPES_COUNT > 1
34 battery_types
35 #endif
37 #if defined(HAVE_BUTTON_LIGHT)
38 button_light
39 #endif
41 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
42 buttonlight_brightness
43 #endif
45 #if defined(HAVE_CROSSFADE)
46 crossfade
47 #endif
49 #if defined(HAVE_DIRCACHE)
50 dircache
51 #endif
53 #if defined(HAVE_FLASH_STORAGE)
54 flash_storage
55 #endif
57 #if defined(HAVE_DISK_STORAGE)
58 disk_storage
59 #endif
61 #if defined(HAVE_HEADPHONE_DETECTION)
62 headphone_detection
63 #endif
65 #if defined(HAS_BUTTON_HOLD)
66 hold_button
67 #endif
69 #if defined(HAS_REMOTE_BUTTON_HOLD)
70 remote_button_hold
71 #endif
73 #if defined(HAVE_HOTKEY)
74 hotkey
75 #endif
77 #if defined(HAVE_LCD_BITMAP)
78 lcd_bitmap
79 #endif
81 #if defined(HAVE_LCD_CHARCELLS)
82 lcd_charcell
83 #endif
85 #if LCD_DEPTH > 1
86 lcd_non-mono
87 #endif
89 #if defined(HAVE_LCD_COLOR)
90 lcd_color
91 #endif
93 #if defined(HAVE_LCD_FLIP)
94 lcd_flip
95 #endif
97 #if defined(HAVE_LCD_INVERT)
98 lcd_invert
99 #endif
101 #if defined(HAVE_LCD_SLEEP)
102 lcd_sleep
103 #endif
105 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
106 masf
107 #endif
109 #if (CONFIG_CODEC == MAS3507D)
110 masd
111 #endif
113 #if defined(HAVE_MORSE_INPUT)
114 morse_input
115 #endif
117 #if defined(HAVE_PITCHSCREEN)
118 pitchscreen
119 #endif
121 #if defined(HAVE_MULTIVOLUME)
122 multivolume
123 #endif
125 #if defined(HAVE_QUICKSCREEN)
126 quickscreen
127 #endif
129 #if CONFIG_TUNER != 0
130 radio
131 #ifdef HAVE_REMOTE_LCD
132 radio_remote
133 #endif
134 #endif
136 #if (CONFIG_KEYPAD == RECORDER_PAD)
137 recorder_pad
138 #if defined(CONFIG_TUNER)
139 radio_screen_button_bar
140 #endif
141 #endif
143 #if defined(HAVE_RECORDING)
144 recording
145 #if CONFIG_CODEC == SWCODEC
146 recording_swcodec
147 #else
148 recording_hwcodec
149 #endif
150 #if defined(HAVE_LINE_IN)
151 recording_linein
152 #endif
153 #if defined(HAVE_MIC_IN)
154 recording_mic
155 #endif
156 #endif
158 #if defined(HAVE_RECORDING_HISTOGRAM)
159 recording_histogram
160 #endif
162 #if defined(HAVE_REMOTE_LCD)
163 remote
164 remote_lcd_invert
165 #endif
167 #if defined(HAVE_REMOTE_LCD_TICKING)
168 remote_ticking
169 #endif
171 #if CONFIG_RTC
173 #endif
175 #if defined(HAVE_SCROLLWHEEL)
176 scrollwheel
177 #endif
179 #if defined(IPOD_ACCESSORY_PROTOCOL)
180 serial_port
181 #endif
183 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
184 soft_shutdown
185 #endif
187 #if defined(HAVE_SPDIF_POWER)
188 spdif_power
189 #endif
191 #if defined(HAVE_SPEAKER)
192 speaker
193 #endif
195 #if CONFIG_CODEC == SWCODEC
196 swcodec
197 #else
198 hwcodec
199 #endif
201 #if defined(HAVE_TAGCACHE)
202 tagcache
203 #endif
205 #if defined(HAVE_TC_RAMCACHE)
206 tc_ramcache
207 #endif
209 #if CONFIG_CHARGING
210 charging
211 #if defined(HAVE_USB_CHARGING_ENABLE)
212 usb_charging_enable
213 #endif
214 #endif
216 #if defined(HAVE_USB_POWER)
217 usb_power
218 #endif
220 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
221 usbstack
222 #endif
224 #if defined(USB_ENABLE_HID)
225 usb_hid
226 #if defined(HAVE_USB_HID_MOUSE)
227 usb_hid_mouse
228 #endif
229 #endif
231 #if defined(HAVE_WHEEL_ACCELERATION)
232 wheel_acceleration
233 #endif
235 #if defined(HAVE_LINEOUT_POWEROFF)
236 lineout_poweroff
237 #endif
239 #if defined(HAVE_TOUCHSCREEN)
240 touchscreen
241 #endif
243 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
244 large_plugin_buffer
245 #endif