mpegplayer:
[kugel-rb.git] / apps / features.txt
blob0bcfb23507f9c1219ea5dd7d1ba2610ac9b8eebc
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_LCD_BITMAP)
74 lcd_bitmap
75 #endif
77 #if defined(HAVE_LCD_CHARCELLS)
78 lcd_charcell
79 #endif
81 #if LCD_DEPTH > 1
82 lcd_non-mono
83 #endif
85 #if defined(HAVE_LCD_COLOR)
86 lcd_color
87 #endif
89 #if defined(HAVE_LCD_FLIP)
90 lcd_flip
91 #endif
93 #if defined(HAVE_LCD_INVERT)
94 lcd_invert
95 #endif
97 #if defined(HAVE_LCD_SLEEP)
98 lcd_sleep
99 #endif
101 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
102 masf
103 #endif
105 #if (CONFIG_CODEC == MAS3507D)
106 masd
107 #endif
109 #if defined(HAVE_MORSE_INPUT)
110 morse_input
111 #endif
113 #if defined(HAVE_PITCHSCREEN)
114 pitchscreen
115 #endif
117 #if defined(HAVE_MULTIVOLUME)
118 multivolume
119 #endif
121 #if defined(HAVE_QUICKSCREEN)
122 quickscreen
123 #endif
125 #if CONFIG_TUNER != 0
126 radio
127 #endif
129 #if (CONFIG_KEYPAD == RECORDER_PAD)
130 recorder_pad
131 #if defined(CONFIG_TUNER)
132 radio_screen_button_bar
133 #endif
134 #endif
136 #if defined(HAVE_RECORDING)
137 recording
138 #if CONFIG_CODEC == SWCODEC
139 recording_swcodec
140 #else
141 recording_hwcodec
142 #endif
143 #if defined(HAVE_LINE_IN)
144 recording_linein
145 #endif
146 #if defined(HAVE_MIC_IN)
147 recording_mic
148 #endif
149 #endif
151 #if defined(HAVE_REMOTE_LCD)
152 remote
153 remote_lcd_invert
154 #endif
156 #if defined(HAVE_REMOTE_LCD_TICKING)
157 remote_ticking
158 #endif
160 #if CONFIG_RTC
162 #endif
164 #if defined(HAVE_SCROLLWHEEL)
165 scrollwheel
166 #endif
168 #if defined(IPOD_ACCESSORY_PROTOCOL)
169 serial_port
170 #endif
172 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
173 soft_shutdown
174 #endif
176 #if defined(HAVE_SPDIF_POWER)
177 spdif_power
178 #endif
180 #if defined(HAVE_SPEAKER)
181 speaker
182 #endif
184 #if CONFIG_CODEC == SWCODEC
185 swcodec
186 #else
187 hwcodec
188 #endif
190 #if defined(HAVE_TAGCACHE)
191 tagcache
192 #endif
194 #if defined(HAVE_TC_RAMCACHE)
195 tc_ramcache
196 #endif
198 #if CONFIG_CHARGING
199 charging
200 #if defined(HAVE_USB_CHARGING_ENABLE)
201 usb_charging
202 #endif
203 #endif
205 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
206 usbstack
207 #endif
209 #if defined(USB_ENABLE_HID)
210 usb_hid
211 #if defined(HAVE_USB_HID_MOUSE)
212 usb_hid_mouse
213 #endif
214 #endif
216 #if defined(HAVE_WHEEL_ACCELERATION)
217 wheel_acceleration
218 #endif
220 #if defined(HAVE_TOUCHSCREEN)
221 touchscreen
222 #endif
224 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
225 large_plugin_buffer
226 #endif