Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove...
[kugel-rb.git] / apps / plugins / SUBDIRS
blob587050fb94453c5642a26d1bea5fe85ba21f0ef3
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 > 96\
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 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
54 /* PDBox is confirmed to run on these player models. */
55 pdbox
56 #endif
57 #ifndef RB_PROFILE
58 #if MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
59 mpegplayer
60 #endif
61 #endif
62 #endif
64 /* Lua needs at least 160 KB to work in */
65 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
66 lua
67 #endif
69 #endif /* IRIVER_IFP7XX_SERIES */