Sokoban: enable the plugin for the c200. Invent a new, a bit more rockboxish colour...
[kugel-rb.git] / apps / plugins / SOURCES
blob58543c0b54485d91902eb04aaace4a0c8f0bde18
1 /* plugins common to all models */
2 battery_bench.c
3 chessclock.c
4 credits.c
5 cube.c
6 dict.c
7 firmware_flash.c
8 jackpot.c
9 logo.c
10 mosaique.c
11 properties.c
12 random_folder_advance_config.c
13 rockblox.c
14 rockbox_flash.c
15 search.c
16 snow.c
17 sort.c
18 stats.c
19 stopwatch.c
20 vbrfix.c
21 viewer.c
22 #ifdef HAVE_BACKLIGHT
23 lamp.c
24 #endif /* HAVE_BACKLIGHT */
26 #ifdef OLYMPUS_MROBE_500
27 /* remove these once the plugins before it are compileable */
28 jpeg.c
29 #endif
31 #ifndef OLYMPUS_MROBE_500
33 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
34 metronome.c
35 #endif
37 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
38 wavplay.c
39 #endif
40 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
41 wavrecord.c
42 #endif
44 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
45 dice.c
46 disktidy.c
47 flipit.c
49 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
50 brickmania.c
51 maze.c
52 mazezam.c      
53 text_editor.c
54 wavview.c
55 robotfindskitten.c
57 /* Plugins needing the grayscale lib on low-depth LCDs */
58 fire.c
59 jpeg.c
60 mandelbrot.c
61 plasma.c
63 blackjack.c
64 bounce.c
65 bubbles.c
66 calculator.c
67 chip8.c
68 chopper.c
69 demystify.c
70 jewels.c
71 minesweeper.c
72 oscilloscope.c
73 pegbox.c
74 pong.c
75 sliding_puzzle.c
76 snake.c
77 snake2.c
78 solitaire.c
79 sokoban.c
80 star.c
81 starfield.c
82 #if CONFIG_LCD == LCD_SSD1815
83 video.c
84 #endif
85 vu_meter.c
86 wormlet.c
88 #if CONFIG_RTC
89 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
90 calendar.c
91 #endif
92 #endif /* CONFIG_RTC */
94 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
95 chessbox.c
96 #if CONFIG_KEYPAD == RECORDER_PAD
97 rockboy.c
98 #endif
99 #endif
101 /* not support recorder models for now */
102 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
103 fireworks.c
104 #endif
105 xobox.c
106 spacerocks.c
107 #if LCD_DEPTH >= 16
108 rockpaint.c
109 #endif
111 rocklife.c
112 #endif /* HAVE_LCD_BITMAP */
114 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
115 euroconverter.c
116 nim.c
117 #endif /* HAVE_LCD_CHARCELLS */
119 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
120 mp3_encoder.c
121 wav2wv.c
122 #else                              /* hardware codec platforms */
123 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
124 alpine_cdc.c
125 #endif
126 splitedit.c
127 #endif /* CONFIG_CODEC */
129 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
130 matrix.c
131 #endif
133 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
134 pictureflow.c
135 #endif
137 /* Platform-specific plugins */
138 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
139 iriverify.c
140 #endif
141 #if defined(IRIVER_H100_SERIES)
142 iriver_flash.c
143 #endif
145 #endif /* iFP7xx */
146 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
147 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
148 invadrox.c
149 superdom.c
150 #endif
151 #endif /* m:robe 500 */