Prepare new maemo release
[maemo-rb.git] / apps / plugins / SUBDIRS
blobc22977f137fda3c46600a90018752213d7ca4888
1 /* For all targets */
2 shortcuts
3 text_viewer
5 /* For various targets... */
7 #if CONFIG_RTC
8 clock
9 #endif
12 /* For all targets with a bitmap display */
13 #ifdef HAVE_LCD_BITMAP
15 #if    (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \
16     && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
17     && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \
18     && (LCD_PIXELFORMAT != HORIZONTAL_PACKING) /* TODO */ \
19     && (LCD_PIXELFORMAT != VERTICAL_INTERLEAVED) /* TODO */ \
20     && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
21                                    (LCD_HEIGHT == 128) && (LCD_DEPTH == 2))
22 rockboy
23 #endif
25 #ifdef HAVE_TAGCACHE
26 pictureflow
27 #endif
29 #if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
30 fft
31 #endif
33 chessbox
34 fractals
35 imageviewer
36 sudoku
37 reversi
38 goban
40 /* setjmp/longjmp are not implemented on sh */
41 #if (CONFIG_CPU != SH7034)
42 frotz
43 #endif
45 #ifndef OLYMPUS_MROBE_500
46 #if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */
47 zxbox
48 #endif
49 #endif
51 #endif /* HAVE_LCD_BITMAP */
53 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
54 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
55  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
56 pacbox
57 #endif
59 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || defined(SANSA_CLIPPLUS) \
60     || defined(SANSA_CLIPV2) || (LCD_DEPTH == 2)) \
61     && (MEMORYSIZE > 2 && !defined(RB_PROFILE))
62 doom
63 #endif
65 /* For all the swcodec targets */
66 #if CONFIG_CODEC == SWCODEC
68 #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
69 midi
70 mikmod
71 #endif
73 /* beatbox */
74 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
75     (CONFIG_KEYPAD == SANSA_FUZE_PAD) || (CONFIG_KEYPAD == SANSA_E200_PAD) || \
76     (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
77     (CONFIG_KEYPAD == IPOD_1G2G_PAD || CONFIG_KEYPAD == SAMSUNG_YPR0_PAD)
78 /* PDBox is confirmed to run on these player models. */
79 pdbox
80 #endif
82 #if !defined(RB_PROFILE) && MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
83 mpegplayer
84 #endif
86 #endif /* CONFIG_CODEC == SWCODEC */
88 /* Lua needs at least 160 KB to work in */
89 #if PLUGIN_BUFFER_SIZE >= 0x80000
90 lua
91 #endif