Minor corrections to the .colours file editing; added .colours to the list of support...
[kugel-rb.git] / apps / plugins / SUBDIRS
blobaf5e1d0c0e35ac9c619a1aea844a90103152ad0a
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 jpeg
21 sudoku
22 reversi
23 goban
24 #ifndef OLYMPUS_MROBE_500
25 zxbox
26 #endif
27 #endif
29 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
30 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
31  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
32 pacbox
33 #endif
35 /* For all the color targets */
36 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
37     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
38 #ifndef RB_PROFILE
39 doom
40 #endif
41 #endif
43 /* For all the swcodec targets */
44 #if CONFIG_CODEC == SWCODEC
45 midi
46 /* beatbox */
47 #ifndef RB_PROFILE
48 mpegplayer
49 #endif
50 #endif
52 #endif /* IRIVER_IFP7XX_SERIES */