Fix voicing of incorrect run time (top time instead of run time). Simplify runtime...
[kugel-rb.git] / apps / plugins / SUBDIRS
blob1b3e2af252f048ddbe5ae988f9e600da8375b0a3
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 #ifndef RB_PROFILE
37 doom
38 #endif
39 #endif
41 /* For all the swcodec targets */
42 #if CONFIG_CODEC == SWCODEC
43 midi
44 /* beatbox */
45 #ifndef RB_PROFILE
46 mpegplayer
47 #endif
48 #endif
50 #endif /* IRIVER_IFP7XX_SERIES */