Add a png viewer plugin
[kugel-rb.git] / apps / plugins / SUBDIRS
blob91ce3c2425c43e5fc78f4976e5248c6969c39781
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 jpeg
24 sudoku
25 reversi
26 goban
27 #ifdef HAVE_LCD_COLOR
28 png
29 #endif
30 #ifndef OLYMPUS_MROBE_500
31 zxbox
32 #endif
33 #endif
35 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
36 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
37  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
38 pacbox
39 #endif
41 /* For all the color targets */
42 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
43     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
44 #ifndef RB_PROFILE
45 doom
46 #endif
47 #endif
49 /* For all the swcodec targets */
50 #if CONFIG_CODEC == SWCODEC
51 midi
52 /* beatbox */
53 #ifndef RB_PROFILE
54 #if MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
55 mpegplayer
56 #endif
57 #endif
58 #endif
60 /* Lua needs at least 160 KB to work in */
61 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
62 lua
63 #endif
65 #endif /* IRIVER_IFP7XX_SERIES */