Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove...
[kugel-rb.git] / apps / features.txt
blob5dd7fd87205ba9e3f9f760e02a07e5a8f17bf900
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_DIRCACHE)
46 dircache
47 #endif
49 #if defined(HAVE_FLASH_STORAGE)
50 flash_storage
51 #endif
53 #if defined(HAVE_DISK_STORAGE)
54 disk_storage
55 #endif
57 #if defined(HAVE_HEADPHONE_DETECTION)
58 headphone_detection
59 #endif
61 #if defined(HAS_BUTTON_HOLD)
62 hold_button
63 #endif
65 #if defined(HAS_REMOTE_BUTTON_HOLD)
66 remote_button_hold
67 #endif
69 #if defined(HAVE_LCD_BITMAP)
70 lcd_bitmap
71 #endif
73 #if defined(HAVE_LCD_CHARCELLS)
74 lcd_charcell
75 #endif
77 #if LCD_DEPTH > 1
78 lcd_non-mono
79 #endif
81 #if defined(HAVE_LCD_COLOR)
82 lcd_color
83 #endif
85 #if defined(HAVE_LCD_FLIP)
86 lcd_flip
87 #endif
89 #if defined(HAVE_LCD_INVERT)
90 lcd_invert
91 #endif
93 #if defined(HAVE_LCD_SLEEP)
94 lcd_sleep
95 #endif
97 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
98 masf
99 #endif
101 #if (CONFIG_CODEC == MAS3507D)
102 masd
103 #endif
105 #if defined(HAVE_PITCHSCREEN)
106 pitchscreen
107 #endif
109 #if defined(HAVE_MULTIVOLUME)
110 multivolume
111 #endif
113 #if defined(HAVE_QUICKSCREEN)
114 quickscreen
115 #endif
117 #if CONFIG_TUNER != 0
118 radio
119 #endif
121 #if (CONFIG_KEYPAD == RECORDER_PAD)
122 recorder_pad
123 #if defined(CONFIG_TUNER)
124 radio_screen_button_bar
125 #endif
126 #endif
128 #if defined(HAVE_RECORDING)
129 recording
130 #if CONFIG_CODEC == SWCODEC
131 recording_swcodec
132 #else
133 recording_hwcodec
134 #endif
135 #endif
137 #if defined(HAVE_REMOTE_LCD)
138 remote
139 remote_lcd_invert
140 #endif
142 #if defined(HAVE_REMOTE_LCD_TICKING)
143 remote_ticking
144 #endif
146 #if CONFIG_RTC
148 #endif
150 #if defined(HAVE_SCROLLWHEEL)
151 scrollwheel
152 #endif
154 #if defined(IPOD_ACCESSORY_PROTOCOL)
155 serial_port
156 #endif
158 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
159 soft_shutdown
160 #endif
162 #if defined(HAVE_SPDIF_POWER)
163 spdif_power
164 #endif
166 #if defined(HAVE_SPEAKER)
167 speaker
168 #endif
170 #if CONFIG_CODEC == SWCODEC
171 swcodec
172 #else
173 hwcodec
174 #endif
176 #if defined(HAVE_TAGCACHE)
177 tagcache
178 #endif
180 #if defined(HAVE_TC_RAMCACHE)
181 tc_ramcache
182 #endif
184 #if CONFIG_CHARGING
185 charging
186 #if defined(HAVE_USB_POWER)
187 usb_charging
188 #endif
189 #endif
191 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
192 usbstack
193 #endif
195 #if defined(HAVE_WHEEL_ACCELERATION)
196 wheel_acceleration
197 #endif
199 #if defined(HAVE_TOUCHSCREEN)
200 touchscreen
201 #endif
203 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
204 large_plugin_buffer
205 #endif