Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / apps / features.txt
blob15088361e9fb860cddfa2d751b9f807f04c1ee50
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_BACKLIGHT_BRIGHTNESS)
16 backlight_brightness
17 #endif
19 #if defined(HAVE_BACKLIGHT_PWM_FADING)
20 backlight_fade
21 #endif
23 #if BATTERY_TYPES_COUNT > 1
24 battery_types
25 #endif
27 #if defined(HAVE_DIRCACHE)
28 dircache
29 #endif
31 #if defined(HAVE_FLASH_STORAGE)
32 flash_storage
33 #endif
35 #if defined(HAVE_HEADPHONE_DETECTION)
36 headphone_detection
37 #endif
39 #if defined(HAS_BUTTON_HOLD)
40 hold_button
41 #endif
43 #if defined(HAVE_LCD_BITMAP)
44 lcd_bitmap
45 #endif
47 #if defined(HAVE_LCD_CHARCELLS)
48 lcd_charcell
49 #endif
51 #if LCD_DEPTH > 1
52 lcd_non-mono
53 #endif
55 #if defined(HAVE_LCD_COLOR)
56 lcd_color
57 #endif
59 #if defined(HAVE_LCD_FLIP)
60 lcd_flip
61 #endif
63 #if defined(HAVE_LCD_INVERT) || defined(HAVE_REMOTE_LCD)
64 lcd_invert
65 #endif
67 #if defined(HAVE_LCD_SLEEP)
68 lcd_sleep
69 #endif
71 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
72 masf
73 #endif
75 #if (CONFIG_CODEC == MAS3507D)
76 masd
77 #endif
79 #if defined(HAVE_PITCHSCREEN)
80 pitchscreen
81 #endif
83 #if defined(HAVE_MULTIVOLUME)
84 multivolume
85 #endif
87 #if defined(HAVE_QUICKSCREEN)
88 quickscreen
89 #endif
91 #if CONFIG_TUNER != 0
92 radio
93 #endif
95 #if (CONFIG_KEYPAD == RECORDER_PAD)
96 recorder_pad
97 #if defined(CONFIG_TUNER)
98 radio_screen_button_bar
99 #endif
100 #endif
102 #if defined(HAVE_RECORDING)
103 recording
104 #if CONFIG_CODEC == SWCODEC
105 recording_swcodec
106 #else
107 recording_hwcodec
108 #endif
109 #endif
111 #if defined(HAVE_REMOTE_LCD)
112 remote
113 #endif
115 #if defined(HAVE_REMOTE_LCD_TICKING)
116 remote_ticking
117 #endif
119 #if CONFIG_RTC
121 #endif
123 #if defined(HAVE_SCROLLWHEEL)
124 scrollwheel
125 #endif
127 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
128 soft_shutdown
129 #endif
131 #if defined(HAVE_SPDIF_POWER)
132 spdif_power
133 #endif
135 #if CONFIG_CODEC == SWCODEC
136 swcodec
137 #else
138 hwcodec
139 #endif
141 #if defined(HAVE_TAGCACHE)
142 tagcache
143 #endif
145 #if defined(HAVE_TC_RAMCACHE)
146 tc_ramcache
147 #endif
149 #if CONFIG_CHARGING
150 charging
151 #if defined(HAVE_USB_POWER)
152 usb_charging
153 #endif
154 #endif
156 #if defined(HAVE_USBSTACK)
157 usbstack
158 #endif
160 #if defined(HAVE_ACCESSORY_SUPPLY)
161 accessory_supply
162 #endif