Packard Bell Vibe 500: change a not so lucky keymap for the bookmark delete.
[kugel-rb.git] / apps / features.txt
blob0bfe695aeb259210c5b23887a5a5c06f5db58932
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 #endif
133 #if (CONFIG_KEYPAD == RECORDER_PAD)
134 recorder_pad
135 #if defined(CONFIG_TUNER)
136 radio_screen_button_bar
137 #endif
138 #endif
140 #if defined(HAVE_RECORDING)
141 recording
142 #if CONFIG_CODEC == SWCODEC
143 recording_swcodec
144 #else
145 recording_hwcodec
146 #endif
147 #if defined(HAVE_LINE_IN)
148 recording_linein
149 #endif
150 #if defined(HAVE_MIC_IN)
151 recording_mic
152 #endif
153 #endif
155 #if defined(HAVE_RECORDING_HISTOGRAM)
156 recording_histogram
157 #endif
159 #if defined(HAVE_REMOTE_LCD)
160 remote
161 remote_lcd_invert
162 #endif
164 #if defined(HAVE_REMOTE_LCD_TICKING)
165 remote_ticking
166 #endif
168 #if CONFIG_RTC
170 #endif
172 #if defined(HAVE_SCROLLWHEEL)
173 scrollwheel
174 #endif
176 #if defined(IPOD_ACCESSORY_PROTOCOL)
177 serial_port
178 #endif
180 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
181 soft_shutdown
182 #endif
184 #if defined(HAVE_SPDIF_POWER)
185 spdif_power
186 #endif
188 #if defined(HAVE_SPEAKER)
189 speaker
190 #endif
192 #if CONFIG_CODEC == SWCODEC
193 swcodec
194 #else
195 hwcodec
196 #endif
198 #if defined(HAVE_TAGCACHE)
199 tagcache
200 #endif
202 #if defined(HAVE_TC_RAMCACHE)
203 tc_ramcache
204 #endif
206 #if CONFIG_CHARGING
207 charging
208 #if defined(HAVE_USB_CHARGING_ENABLE)
209 usb_charging_enable
210 #endif
211 #endif
213 #if defined(HAVE_USB_POWER)
214 usb_power
215 #endif
217 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
218 usbstack
219 #endif
221 #if defined(USB_ENABLE_HID)
222 usb_hid
223 #if defined(HAVE_USB_HID_MOUSE)
224 usb_hid_mouse
225 #endif
226 #endif
228 #if defined(HAVE_WHEEL_ACCELERATION)
229 wheel_acceleration
230 #endif
232 #if defined(HAVE_LINEOUT_POWEROFF)
233 lineout_poweroff
234 #endif
236 #if defined(HAVE_TOUCHSCREEN)
237 touchscreen
238 #endif
240 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
241 large_plugin_buffer
242 #endif