summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt109
1 files changed, 60 insertions, 49 deletions
diff --git a/apps/features.txt b/apps/features.txt
index ef866a9eb1..6ca8d0894b 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -16,20 +16,10 @@ agc
16alarm 16alarm
17#endif 17#endif
18 18
19#if defined(HAVE_ALBUMART)
20albumart
21#endif
22
23#if defined(HAVE_BACKLIGHT_BRIGHTNESS) 19#if defined(HAVE_BACKLIGHT_BRIGHTNESS)
24backlight_brightness 20backlight_brightness
25#endif 21#endif
26 22
27#if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
28backlight_fade_int
29#elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
30backlight_fade_bool
31#endif
32
33#if BATTERY_TYPES_COUNT > 1 23#if BATTERY_TYPES_COUNT > 1
34battery_types 24battery_types
35#endif 25#endif
@@ -54,10 +44,6 @@ dircache
54flash_storage 44flash_storage
55#endif 45#endif
56 46
57#if defined(HAVE_DISK_STORAGE)
58disk_storage
59#endif
60
61#if defined(HAVE_HEADPHONE_DETECTION) 47#if defined(HAVE_HEADPHONE_DETECTION)
62headphone_detection 48headphone_detection
63#endif 49#endif
@@ -66,10 +52,6 @@ headphone_detection
66hold_button 52hold_button
67#endif 53#endif
68 54
69#if defined(HAS_REMOTE_BUTTON_HOLD)
70remote_button_hold
71#endif
72
73#if defined(HAVE_HOTKEY) 55#if defined(HAVE_HOTKEY)
74hotkey 56hotkey
75#endif 57#endif
@@ -78,10 +60,6 @@ hotkey
78lcd_bitmap 60lcd_bitmap
79#endif 61#endif
80 62
81#if defined(HAVE_LCD_CHARCELLS)
82lcd_charcell
83#endif
84
85#if LCD_DEPTH > 1 63#if LCD_DEPTH > 1
86lcd_non-mono 64lcd_non-mono
87#endif 65#endif
@@ -90,10 +68,6 @@ lcd_non-mono
90lcd_color 68lcd_color
91#endif 69#endif
92 70
93#if defined(HAVE_LCD_FLIP)
94lcd_flip
95#endif
96
97#if defined(HAVE_LCD_INVERT) 71#if defined(HAVE_LCD_INVERT)
98lcd_invert 72lcd_invert
99#endif 73#endif
@@ -102,10 +76,6 @@ lcd_invert
102lcd_sleep 76lcd_sleep
103#endif 77#endif
104 78
105#if defined(HAVE_LCD_CONTRAST)
106lcd_contrast
107#endif
108
109#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 79#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
110masf 80masf
111#endif 81#endif
@@ -176,10 +146,6 @@ remote_ticking
176rtc 146rtc
177#endif 147#endif
178 148
179#if defined(HAVE_SCROLLWHEEL)
180scrollwheel
181#endif
182
183#if defined(IPOD_ACCESSORY_PROTOCOL) 149#if defined(IPOD_ACCESSORY_PROTOCOL)
184serial_port 150serial_port
185#endif 151#endif
@@ -217,21 +183,6 @@ usb_charging_enable
217#endif 183#endif
218#endif 184#endif
219 185
220#if defined(HAVE_USB_POWER)
221usb_power
222#endif
223
224#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
225usbstack
226#endif
227
228#if defined(USB_ENABLE_HID)
229usb_hid
230#if defined(HAVE_USB_HID_MOUSE)
231usb_hid_mouse
232#endif
233#endif
234
235#if defined(HAVE_WHEEL_ACCELERATION) 186#if defined(HAVE_WHEEL_ACCELERATION)
236wheel_acceleration 187wheel_acceleration
237#endif 188#endif
@@ -244,6 +195,66 @@ lineout_poweroff
244touchscreen 195touchscreen
245#endif 196#endif
246 197
198
199
200
201/* These features are only used by the manual so they won't break binary
202 * compatibility
203 */
204
247#if (PLUGIN_BUFFER_SIZE >= 0x80000) 205#if (PLUGIN_BUFFER_SIZE >= 0x80000)
248large_plugin_buffer 206large_plugin_buffer
249#endif 207#endif
208
209#if defined(AB_REPEAT_ENABLE) && !defined(ACTION_WPSAB_SINGLE)
210ab_repeat_buttons
211#endif
212
213#if defined(HAVE_ALBUMART)
214albumart
215#endif
216
217#if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
218backlight_fade_int
219#elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
220backlight_fade_bool
221#endif
222
223#if defined(HAVE_DISK_STORAGE)
224disk_storage
225#endif
226
227#if defined(HAS_REMOTE_BUTTON_HOLD)
228remote_button_hold
229#endif
230
231#if defined(HAVE_LCD_CHARCELLS)
232lcd_charcell
233#endif
234
235#if defined(HAVE_LCD_FLIP)
236lcd_flip
237#endif
238
239#if defined(HAVE_LCD_CONTRAST)
240lcd_contrast
241#endif
242
243#if defined(HAVE_SCROLLWHEEL)
244scrollwheel
245#endif
246
247#if defined(HAVE_USB_POWER)
248usb_power
249#endif
250
251#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
252usbstack
253#endif
254
255#if defined(USB_ENABLE_HID)
256usb_hid
257#if defined(HAVE_USB_HID_MOUSE)
258usb_hid_mouse
259#endif
260#endif