jpeg,png: Merge user interface code and plugin entry point of the two plugins (part...
[kugel-rb.git] / apps / plugins / SUBDIRS
blobf1de3e8e48d9a19f4b935b58a62ffac1241a6930
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 #ifdef HAVE_TAGCACHE
20 pictureflow
21 #endif
22 chessbox
23 fractals
24 imageviewer
25 sudoku
26 reversi
27 goban
28 /* setjmp/longjmp are not implemented on sh */
29 #if (CONFIG_CPU != SH7034)
30 frotz
31 #endif
32 #ifndef OLYMPUS_MROBE_500
33 zxbox
34 #endif
35 #endif
37 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
38 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
39  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
40 pacbox
41 #endif
43 /* For all the color targets */
44 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
45     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
46 #ifndef RB_PROFILE
47 doom
48 #endif
49 #endif
51 /* For all the swcodec targets */
52 #if CONFIG_CODEC == SWCODEC
53 midi
54 /* beatbox */
55 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
56 /* PDBox is confirmed to run on these player models. */
57 pdbox
58 #endif
59 #ifndef RB_PROFILE
60 #if MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
61 mpegplayer
62 #endif
63 #endif
64 #endif
66 /* Lua needs at least 160 KB to work in */
67 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
68 lua
69 #endif
71 #endif /* IRIVER_IFP7XX_SERIES */