- handle the custom option type in settings dumper (not very well though but there...
[maemo-rb.git] / apps / features.txt
blob84edad1a6191bf1b75a13df7b16e1c94c1ab6a69
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_AGC)
8 agc
9 #endif
11 #if defined(HAVE_RTC_ALARM)
12 alarm
13 #endif
15 #if defined(HAVE_ALBUMART)
16 albumart
17 #endif
19 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
20 backlight_brightness
21 #endif
23 #if defined(HAVE_BACKLIGHT_PWM_FADING)
24 backlight_fade
25 #endif
27 #if BATTERY_TYPES_COUNT > 1
28 battery_types
29 #endif
31 #if defined(HAVE_DIRCACHE)
32 dircache
33 #endif
35 #if defined(HAVE_FLASH_STORAGE)
36 flash_storage
37 #endif
39 #if defined(HAVE_DISK_STORAGE)
40 disk_storage
41 #endif
43 #if defined(HAVE_HEADPHONE_DETECTION)
44 headphone_detection
45 #endif
47 #if defined(HAS_BUTTON_HOLD)
48 hold_button
49 #endif
51 #if defined(HAVE_LCD_BITMAP)
52 lcd_bitmap
53 #endif
55 #if defined(HAVE_LCD_CHARCELLS)
56 lcd_charcell
57 #endif
59 #if LCD_DEPTH > 1
60 lcd_non-mono
61 #endif
63 #if defined(HAVE_LCD_COLOR)
64 lcd_color
65 #endif
67 #if defined(HAVE_LCD_FLIP)
68 lcd_flip
69 #endif
71 #if defined(HAVE_LCD_INVERT)
72 lcd_invert
73 #endif
75 #if defined(HAVE_LCD_SLEEP)
76 lcd_sleep
77 #endif
79 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
80 masf
81 #endif
83 #if (CONFIG_CODEC == MAS3507D)
84 masd
85 #endif
87 #if defined(HAVE_PITCHSCREEN)
88 pitchscreen
89 #endif
91 #if defined(HAVE_MULTIVOLUME)
92 multivolume
93 #endif
95 #if defined(HAVE_QUICKSCREEN)
96 quickscreen
97 #endif
99 #if CONFIG_TUNER != 0
100 radio
101 #endif
103 #if (CONFIG_KEYPAD == RECORDER_PAD)
104 recorder_pad
105 #if defined(CONFIG_TUNER)
106 radio_screen_button_bar
107 #endif
108 #endif
110 #if defined(HAVE_RECORDING)
111 recording
112 #if CONFIG_CODEC == SWCODEC
113 recording_swcodec
114 #else
115 recording_hwcodec
116 #endif
117 #endif
119 #if defined(HAVE_REMOTE_LCD)
120 remote
121 remote_lcd_invert
122 #endif
124 #if defined(HAVE_REMOTE_LCD_TICKING)
125 remote_ticking
126 #endif
128 #if CONFIG_RTC
130 #endif
132 #if defined(HAVE_SCROLLWHEEL)
133 scrollwheel
134 #endif
136 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
137 soft_shutdown
138 #endif
140 #if defined(HAVE_SPDIF_POWER)
141 spdif_power
142 #endif
144 #if CONFIG_CODEC == SWCODEC
145 swcodec
146 #else
147 hwcodec
148 #endif
150 #if defined(HAVE_TAGCACHE)
151 tagcache
152 #endif
154 #if defined(HAVE_TC_RAMCACHE)
155 tc_ramcache
156 #endif
158 #if CONFIG_CHARGING
159 charging
160 #if defined(HAVE_USB_POWER)
161 usb_charging
162 #endif
163 #endif
165 #if defined(HAVE_USBSTACK)
166 usbstack
167 #endif
169 #if defined(HAVE_ACCESSORY_SUPPLY)
170 accessory_supply
171 #endif