Add support to buildzip.pl for Lua scripts
[kugel-rb.git] / apps / features.txt
blob888e9d2210e1f0a723031a08c0eb71be3795326a
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 #if defined(HAVE_LINE_IN)
136 recording_linein
137 #endif
138 #if defined(HAVE_MIC_IN)
139 recording_mic
140 #endif
141 #endif
143 #if defined(HAVE_REMOTE_LCD)
144 remote
145 remote_lcd_invert
146 #endif
148 #if defined(HAVE_REMOTE_LCD_TICKING)
149 remote_ticking
150 #endif
152 #if CONFIG_RTC
154 #endif
156 #if defined(HAVE_SCROLLWHEEL)
157 scrollwheel
158 #endif
160 #if defined(IPOD_ACCESSORY_PROTOCOL)
161 serial_port
162 #endif
164 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
165 soft_shutdown
166 #endif
168 #if defined(HAVE_SPDIF_POWER)
169 spdif_power
170 #endif
172 #if defined(HAVE_SPEAKER)
173 speaker
174 #endif
176 #if CONFIG_CODEC == SWCODEC
177 swcodec
178 #else
179 hwcodec
180 #endif
182 #if defined(HAVE_TAGCACHE)
183 tagcache
184 #endif
186 #if defined(HAVE_TC_RAMCACHE)
187 tc_ramcache
188 #endif
190 #if CONFIG_CHARGING
191 charging
192 #if defined(HAVE_USB_POWER)
193 usb_charging
194 #endif
195 #endif
197 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
198 usbstack
199 #endif
201 #if defined(USB_ENABLE_HID)
202 usb_hid
203 #if defined(HAVE_USB_HID_MOUSE)
204 usb_hid_mouse
205 #endif
206 #endif
208 #if defined(HAVE_WHEEL_ACCELERATION)
209 wheel_acceleration
210 #endif
212 #if defined(HAVE_TOUCHSCREEN)
213 touchscreen
214 #endif
216 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
217 large_plugin_buffer
218 #endif