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 */
11 #if defined(HAVE_RTC_ALARM)
15 #if defined(HAVE_ALBUMART)
19 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
23 #if defined(HAVE_BACKLIGHT_PWM_FADING)
27 #if BATTERY_TYPES_COUNT > 1
31 #if defined(HAVE_BUTTON_LIGHT)
35 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
36 buttonlight_brightness
39 #if defined(HAVE_DIRCACHE)
43 #if defined(HAVE_FLASH_STORAGE)
47 #if defined(HAVE_DISK_STORAGE)
51 #if defined(HAVE_HEADPHONE_DETECTION)
55 #if defined(HAS_BUTTON_HOLD)
59 #if defined(HAVE_LCD_BITMAP)
63 #if defined(HAVE_LCD_CHARCELLS)
71 #if defined(HAVE_LCD_COLOR)
75 #if defined(HAVE_LCD_FLIP)
79 #if defined(HAVE_LCD_INVERT)
83 #if defined(HAVE_LCD_SLEEP)
87 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
91 #if (CONFIG_CODEC == MAS3507D)
95 #if defined(HAVE_PITCHSCREEN)
99 #if defined(HAVE_MULTIVOLUME)
103 #if defined(HAVE_QUICKSCREEN)
107 #if CONFIG_TUNER != 0
111 #if (CONFIG_KEYPAD == RECORDER_PAD)
113 #if defined(CONFIG_TUNER)
114 radio_screen_button_bar
118 #if defined(HAVE_RECORDING)
120 #if CONFIG_CODEC == SWCODEC
127 #if defined(HAVE_REMOTE_LCD)
132 #if defined(HAVE_REMOTE_LCD_TICKING)
140 #if defined(HAVE_SCROLLWHEEL)
144 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
148 #if defined(HAVE_SPDIF_POWER)
152 #if CONFIG_CODEC == SWCODEC
158 #if defined(HAVE_TAGCACHE)
162 #if defined(HAVE_TC_RAMCACHE)
168 #if defined(HAVE_USB_POWER)
173 #if defined(HAVE_USBSTACK)
177 #if defined(HAVE_ACCESSORY_SUPPLY)