Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports...
[Rockbox.git] / apps / plugins / SUBDIRS
blob94614e2f12296aa0e3879097a39094190ce3f90b
1 #if !defined(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 chessbox
20 sudoku
21 reversi
22 #ifndef OLYMPUS_MROBE_500
23 zxbox
24 #endif
25 #endif
27 /* For all the colour targets, iriver H1x0 and iAudio M5 */
28 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
29  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
30 pacbox
31 #endif
33 /* For all the color targets */
34 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
35     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
36 doom
37 #endif
39 /* For all the swcodec targets */
40 #if CONFIG_CODEC == SWCODEC
41 midi
42 /* beatbox */
43 mpegplayer
44 #endif
46 #endif /* IRIVER_IFP7XX_SERIES */