And of course the stubs still need to be there...
[kugel-rb.git] / apps / plugins / SUBDIRS
blob2a88e7d1b1e610972b19f98d8eade1f7a70694bd
1 /* For all targets */
2 shortcuts
4 /* For various targets... */
6 #if CONFIG_RTC
7 clock
8 #endif
10 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
11  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) /* FIXME */
12 rockboy
13 #endif
15 /* For all targets with a bitmap display */
16 #ifdef HAVE_LCD_BITMAP
18 #ifdef HAVE_TAGCACHE
19 pictureflow
20 #endif
22 #if (CONFIG_CODEC == SWCODEC)
23 fft
24 #endif
26 chessbox
27 fractals
28 imageviewer
29 sudoku
30 reversi
31 goban
33 /* setjmp/longjmp are not implemented on sh */
34 #if (CONFIG_CPU != SH7034)
35 frotz
36 #endif
38 #ifndef OLYMPUS_MROBE_500
39 zxbox
40 #endif
42 #endif /* HAVE_LCD_BITMAP */
44 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
45 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
46  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
47 pacbox
48 #endif
50 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
51     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) && \
52     !defined(RB_PROFILE)
53 doom
54 #endif
56 /* For all the swcodec targets */
57 #if CONFIG_CODEC == SWCODEC
59 midi
61 /* beatbox */
62 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
63 /* PDBox is confirmed to run on these player models. */
64 pdbox
65 #endif
67 #if !defined(RB_PROFILE) && MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
68 mpegplayer
69 #endif
71 #endif /* CONFIG_CODEC == SWCODEC */
73 /* Lua needs at least 160 KB to work in */
74 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
75 lua
76 #endif