Fixed m200v4 red build.
[kugel-rb.git] / apps / features.txt
blob4fbf427a239100db31efab4dc44b494a691d11ae
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_pwm
25 #elif defined(USE_BACKLIGHT_SW_FADING)
26 backlight_fade_sw
27 #elif defined(USE_BACKLIGHT_CUSTOM_FADING_BOOL)
28 backlight_fade_custom_bool
29 #endif
31 #if BATTERY_TYPES_COUNT > 1
32 battery_types
33 #endif
35 #if defined(HAVE_BUTTON_LIGHT)
36 button_light
37 #endif
39 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
40 buttonlight_brightness
41 #endif
43 #if defined(HAVE_DIRCACHE)
44 dircache
45 #endif
47 #if defined(HAVE_FLASH_STORAGE)
48 flash_storage
49 #endif
51 #if defined(HAVE_DISK_STORAGE)
52 disk_storage
53 #endif
55 #if defined(HAVE_HEADPHONE_DETECTION)
56 headphone_detection
57 #endif
59 #if defined(HAS_BUTTON_HOLD)
60 hold_button
61 #endif
63 #if defined(HAVE_LCD_BITMAP)
64 lcd_bitmap
65 #endif
67 #if defined(HAVE_LCD_CHARCELLS)
68 lcd_charcell
69 #endif
71 #if LCD_DEPTH > 1
72 lcd_non-mono
73 #endif
75 #if defined(HAVE_LCD_COLOR)
76 lcd_color
77 #endif
79 #if defined(HAVE_LCD_FLIP)
80 lcd_flip
81 #endif
83 #if defined(HAVE_LCD_INVERT)
84 lcd_invert
85 #endif
87 #if defined(HAVE_LCD_SLEEP)
88 lcd_sleep
89 #endif
91 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
92 masf
93 #endif
95 #if (CONFIG_CODEC == MAS3507D)
96 masd
97 #endif
99 #if defined(HAVE_PITCHSCREEN)
100 pitchscreen
101 #endif
103 #if defined(HAVE_MULTIVOLUME)
104 multivolume
105 #endif
107 #if defined(HAVE_QUICKSCREEN)
108 quickscreen
109 #endif
111 #if CONFIG_TUNER != 0
112 radio
113 #endif
115 #if (CONFIG_KEYPAD == RECORDER_PAD)
116 recorder_pad
117 #if defined(CONFIG_TUNER)
118 radio_screen_button_bar
119 #endif
120 #endif
122 #if defined(HAVE_RECORDING)
123 recording
124 #if CONFIG_CODEC == SWCODEC
125 recording_swcodec
126 #else
127 recording_hwcodec
128 #endif
129 #endif
131 #if defined(HAVE_REMOTE_LCD)
132 remote
133 remote_lcd_invert
134 #endif
136 #if defined(HAVE_REMOTE_LCD_TICKING)
137 remote_ticking
138 #endif
140 #if CONFIG_RTC
142 #endif
144 #if defined(HAVE_SCROLLWHEEL)
145 scrollwheel
146 #endif
148 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
149 soft_shutdown
150 #endif
152 #if defined(HAVE_SPDIF_POWER)
153 spdif_power
154 #endif
156 #if CONFIG_CODEC == SWCODEC
157 swcodec
158 #else
159 hwcodec
160 #endif
162 #if defined(HAVE_TAGCACHE)
163 tagcache
164 #endif
166 #if defined(HAVE_TC_RAMCACHE)
167 tc_ramcache
168 #endif
170 #if CONFIG_CHARGING
171 charging
172 #if defined(HAVE_USB_POWER)
173 usb_charging
174 #endif
175 #endif
177 #if defined(HAVE_USBSTACK)
178 usbstack
179 #endif
181 #if defined(HAVE_ACCESSORY_SUPPLY)
182 accessory_supply
183 #endif
185 #if defined(IPOD_ACCESSORY_PROTOCOL)
186 serial_port
187 #endif