fix wrong score recording.
[kugel-rb.git] / apps / plugins / SUBDIRS
blobd94a247f35f47c9daf2fd50ad5dd68fa912cdeb1
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 #ifndef OLYMPUS_MROBE_500
28 zxbox
29 #endif
30 #endif
32 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
33 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
34  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
35 pacbox
36 #endif
38 /* For all the color targets */
39 #if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
40     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
41 #ifndef RB_PROFILE
42 doom
43 #endif
44 #endif
46 /* For all the swcodec targets */
47 #if CONFIG_CODEC == SWCODEC
48 midi
49 /* beatbox */
50 #ifndef RB_PROFILE
51 #if MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
52 mpegplayer
53 #endif
54 #endif
55 #endif
57 /* Lua needs at least 160 KB to work in */
58 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
59 lua
60 #endif
62 #endif /* IRIVER_IFP7XX_SERIES */