fix the icons so the correct ones are shown
[kugel-rb.git] / apps / features.txt
blob14204dfb6dba104ad1544512a47957525f7d2b0e
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_MORSE_INPUT)
106 morse_input
107 #endif
109 #if defined(HAVE_PITCHSCREEN)
110 pitchscreen
111 #endif
113 #if defined(HAVE_MULTIVOLUME)
114 multivolume
115 #endif
117 #if defined(HAVE_QUICKSCREEN)
118 quickscreen
119 #endif
121 #if CONFIG_TUNER != 0
122 radio
123 #endif
125 #if (CONFIG_KEYPAD == RECORDER_PAD)
126 recorder_pad
127 #if defined(CONFIG_TUNER)
128 radio_screen_button_bar
129 #endif
130 #endif
132 #if defined(HAVE_RECORDING)
133 recording
134 #if CONFIG_CODEC == SWCODEC
135 recording_swcodec
136 #else
137 recording_hwcodec
138 #endif
139 #if defined(HAVE_LINE_IN)
140 recording_linein
141 #endif
142 #if defined(HAVE_MIC_IN)
143 recording_mic
144 #endif
145 #endif
147 #if defined(HAVE_REMOTE_LCD)
148 remote
149 remote_lcd_invert
150 #endif
152 #if defined(HAVE_REMOTE_LCD_TICKING)
153 remote_ticking
154 #endif
156 #if CONFIG_RTC
158 #endif
160 #if defined(HAVE_SCROLLWHEEL)
161 scrollwheel
162 #endif
164 #if defined(IPOD_ACCESSORY_PROTOCOL)
165 serial_port
166 #endif
168 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
169 soft_shutdown
170 #endif
172 #if defined(HAVE_SPDIF_POWER)
173 spdif_power
174 #endif
176 #if defined(HAVE_SPEAKER)
177 speaker
178 #endif
180 #if CONFIG_CODEC == SWCODEC
181 swcodec
182 #else
183 hwcodec
184 #endif
186 #if defined(HAVE_TAGCACHE)
187 tagcache
188 #endif
190 #if defined(HAVE_TC_RAMCACHE)
191 tc_ramcache
192 #endif
194 #if CONFIG_CHARGING
195 charging
196 #if defined(HAVE_USB_POWER)
197 usb_charging
198 #endif
199 #endif
201 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
202 usbstack
203 #endif
205 #if defined(USB_ENABLE_HID)
206 usb_hid
207 #if defined(HAVE_USB_HID_MOUSE)
208 usb_hid_mouse
209 #endif
210 #endif
212 #if defined(HAVE_WHEEL_ACCELERATION)
213 wheel_acceleration
214 #endif
216 #if defined(HAVE_TOUCHSCREEN)
217 touchscreen
218 #endif
220 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
221 large_plugin_buffer
222 #endif