We have a 3.9 release, update builds.pm
[maemo-rb.git] / apps / plugins / SOURCES
blob387f1459ac376555e9c316fef2eea94e53b5ae02
1 /* plugins common to all models */
2 chessclock.c
3 credits.c
4 cube.c
5 dict.c
6 jackpot.c
7 keybox.c
8 logo.c
9 lrcplayer.c
10 mosaique.c
11 properties.c
12 random_folder_advance_config.c
13 rockblox.c
14 search.c
15 settings_dumper.c
16 snow.c
17 sort.c
18 stats.c
19 #ifdef HAVE_TOUCHSCREEN
20 stopwatch.lua
21 #else
22 stopwatch.c
23 #endif
24 theme_remove.c
25 vbrfix.c
26 md5sum.c
27 dice.c
28 disktidy.c
29 flipit.c
30 shopper.c
31 resistor.c
34 #ifdef USB_ENABLE_HID
35 remote_control.c
36 #endif
40 #ifdef HAVE_BACKLIGHT
41 lamp.c
42 #endif /* HAVE_BACKLIGHT */
46 #if CONFIG_CODEC == SWCODEC
47 #if defined(HAVE_RECORDING) && (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
48 pitch_detector.c
49 #endif
51 mp3_encoder.c
52 wav2wv.c
53 #endif /* CONFIG_CODEC */
56 #if CONFIG_RTC
57 alarmclock.c
58 #endif /* CONFIG_RTC */
62 /* Platform-specific */
63 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
64 iriverify.c
65 #endif
69 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* those plugins only run on hardware */
71 /* Overlays loaders */
72 #if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
74 #if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
75 /* not enough buttons for rockboy */
76 rockboy.c
77 #endif
79 zxbox.c
80 chessbox.c
81 goban.c
82 pictureflow.c
84 #endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */
87 #if CONFIG_CODEC != SWCODEC
89 #if defined(HAVE_LCD_BITMAP)
90 splitedit.c
91 #endif
93 #if CONFIG_LCD == LCD_SSD1815
94 video.c
95 #endif
97 #endif /* HWCODEC */
100 #if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
101     defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
102 alpine_cdc.c
103 #endif
105 #if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
106     defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) || \
107     defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
108 firmware_flash.c
109 #endif
111 #if defined(IRIVER_H100_SERIES)
112 iriver_flash.c
113 #endif
115 #if (CONFIG_CPU == SH7034)
116 rockbox_flash.c
117 #endif /* CONFIG_CPU */
119 battery_bench.c
121 #if defined(IPOD_NANO2G)
122 crypt_firmware.c
123 #endif
125 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
126 wavplay.c
127 #endif
129 #if (CONFIG_CODEC == MAS3587F)
130 wavrecord.c
131 #endif
133 #endif /* PLATFORM_NATIVE */
137 #if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) /* Not for hwcodec sims */
138 metronome.c
139 #endif
143 #ifdef HAVE_LCD_BITMAP             /* Not for the Archos Player */
145 /* Lua needs at least 160 KB to work in */
146 #if PLUGIN_BUFFER_SIZE >= 0x80000
147 boomshine.lua
148 #endif
150 rockblox1d.c
151 brickmania.c
152 calendar.c
153 maze.c
154 mazezam.c
155 text_editor.c
156 wavview.c
157 robotfindskitten.c
158 xobox.c
159 spacerocks.c
161 blackjack.c
162 bounce.c
163 bubbles.c
164 calculator.c
165 chip8.c
166 chopper.c
167 demystify.c
168 jewels.c
169 minesweeper.c
170 oscilloscope.c
171 pegbox.c
172 pong.c
173 sliding_puzzle.c
174 snake.c
175 snake2.c
176 solitaire.c
177 sokoban.c
178 star.c
179 starfield.c
180 vu_meter.c
181 wormlet.c
183 /* Plugins needing the grayscale lib on low-depth LCDs */
184 fire.c
185 plasma.c
187 #ifdef HAVE_LCD_COLOR
188 clix.c
189 codebuster.c
190 #endif
192 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
193 fireworks.c
194 #endif
196 #if LCD_DEPTH >= 16
197 rockpaint.c
198 #endif
200 rocklife.c
202 #endif /* HAVE_LCD_BITMAP */
204 #ifdef HAVE_LCD_CHARCELLS          /* Archos Player model only */
205 euroconverter.c
206 nim.c
207 #endif /* HAVE_LCD_CHARCELLS */
211 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
213 matrix.c
215 #if (LCD_WIDTH > 138)
216 invadrox.c
217 superdom.c
218 #endif
220 #endif /* LCD_DEPTH > 1 */
224 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
225 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
226 test_boost.c
227 #endif
228 #if CONFIG_CODEC == SWCODEC
229 test_codec.c
230 #endif
231 #ifdef HAVE_JPEG
232 test_core_jpeg.c
233 #endif
234 test_disk.c
235 #ifdef HAVE_LCD_BITMAP
236 test_fps.c
237 test_gfx.c
238 #if LCD_DEPTH < 4 && !defined(SIMULATOR)
239 test_scanrate.c
240 #endif
241 #ifndef HAVE_LCD_COLOR
242 test_grey.c
243 test_greylib_bitmap_scale.c
244 #endif
245 #endif
246 test_mem.c
247 #ifdef HAVE_LCD_BITMAP
248 test_mem_jpeg.c
249 #endif
250 #ifdef HAVE_LCD_COLOR
251 test_resize.c
252 #endif
253 #if CONFIG_CODEC == SWCODEC
254 test_sampr.c
255 #endif
256 #ifdef HAVE_TOUCHSCREEN
257 test_touchscreen.c
258 #endif
259 test_viewports.c
260 #endif /* HAVE_TEST_PLUGINS */