use the list context in credits which has to be defined for every target
[Rockbox.git] / apps / plugins / SUBDIRS
blob6cdc8650df3ff95f634c3b699082008b5ec51ff0
1 #ifndef IRIVER_IFP7XX_SERIES
3 /* For all targets */
4 shortcuts
6 /* For various targets... */
8 #if CONFIG_RTC
9 clock
10 #endif
12 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
13  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
14 rockboy
15 #endif
17 /* For all targets with a bitmap display */
18 #ifdef HAVE_LCD_BITMAP
19 #ifndef SANSA_C200
20 chessbox
21 #endif
22 sudoku
23 reversi
24 #endif
26 /* For all 2bpp and colour targets */
27 #if (LCD_DEPTH >= 2)
28 zxbox
29 #endif
31 /* For all the colour targets, iriver H1x0 and iAudio M5 */
32 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
33  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
34 pacbox
35 #endif
37 /* For all the color targets */
38 #if defined(HAVE_LCD_COLOR) || \
39     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
40 doom
41 #endif
43 /* For all the swcodec targets */
44 #if CONFIG_CODEC == SWCODEC
45 midi
46 /* beatbox */
47 mpegplayer
48 #endif
50 #endif /* IRIVER_IFP7XX_SERIES */