Opening function brace style police.
[kugel-rb.git] / apps / features.txt
blobe26938e02ffeb7103b06d234252c7fef187abcfa
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)
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 remote_lcd_invert
114 #endif
116 #if defined(HAVE_REMOTE_LCD_TICKING)
117 remote_ticking
118 #endif
120 #if CONFIG_RTC
122 #endif
124 #if defined(HAVE_SCROLLWHEEL)
125 scrollwheel
126 #endif
128 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
129 soft_shutdown
130 #endif
132 #if defined(HAVE_SPDIF_POWER)
133 spdif_power
134 #endif
136 #if CONFIG_CODEC == SWCODEC
137 swcodec
138 #else
139 hwcodec
140 #endif
142 #if defined(HAVE_TAGCACHE)
143 tagcache
144 #endif
146 #if defined(HAVE_TC_RAMCACHE)
147 tc_ramcache
148 #endif
150 #if CONFIG_CHARGING
151 charging
152 #if defined(HAVE_USB_POWER)
153 usb_charging
154 #endif
155 #endif
157 #if defined(HAVE_USBSTACK)
158 usbstack
159 #endif
161 #if defined(HAVE_ACCESSORY_SUPPLY)
162 accessory_supply
163 #endif