new plugin: FS#10559 - lrcplayer: a plugin to view .lrc file.
[kugel-rb.git] / apps / plugins / SOURCES
blob5fdee5344faae77eb7742b9b002b18b39bc90f66
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 viewer.c
27 md5sum.c
28 dice.c
29 disktidy.c
30 flipit.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 #ifndef SIMULATOR /* those plugins only run on hardware */
71 /* Overlays loaders */
72 #if PLUGIN_BUFFER_SIZE <= 0x10000 && 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 <= 0x10000 && 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 == SWCODEC)
126 metronome.c
127 #endif
129 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
130 wavplay.c
131 #endif
132 #if (CONFIG_CODEC == MAS3587F)
133 wavrecord.c
134 #endif
136 #endif /* SIMULATOR */
140 #ifdef HAVE_LCD_BITMAP             /* Not for the Archos Player */
142 boomshine.lua
143 rockblox1d.c
144 brickmania.c
145 calendar.c
146 maze.c
147 mazezam.c
148 text_editor.c
149 wavview.c
150 robotfindskitten.c
151 xobox.c
152 spacerocks.c
154 /* Plugins needing the grayscale lib on low-depth LCDs */
155 fire.c
156 plasma.c
158 blackjack.c
159 bounce.c
160 bubbles.c
161 calculator.c
162 chip8.c
163 chopper.c
164 demystify.c
165 jewels.c
166 minesweeper.c
167 oscilloscope.c
168 pegbox.c
169 pong.c
170 sliding_puzzle.c
171 snake.c
172 snake2.c
173 solitaire.c
174 sokoban.c
175 star.c
176 starfield.c
177 vu_meter.c
178 wormlet.c
180 #ifdef HAVE_LCD_COLOR
181 clix.c
182 ppmviewer.c
183 codebuster.c
184 #endif
186 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
187 fireworks.c
188 #endif
190 #if LCD_DEPTH >= 16
191 rockpaint.c
192 #endif
194 rocklife.c
196 #endif /* HAVE_LCD_BITMAP */
198 #ifdef HAVE_LCD_CHARCELLS          /* Archos Player model only */
199 euroconverter.c
200 nim.c
201 #endif /* HAVE_LCD_CHARCELLS */
205 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
207 matrix.c
209 #if (LCD_WIDTH > 138)
210 invadrox.c
211 superdom.c
212 #endif
214 #endif /* LCD_DEPTH > 1 */
218 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
219 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
220 test_boost.c
221 #endif
222 #if CONFIG_CODEC == SWCODEC
223 test_codec.c
224 #endif
225 #ifdef HAVE_JPEG
226 test_core_jpeg.c
227 #endif
228 test_disk.c
229 test_fps.c
230 #ifdef HAVE_LCD_BITMAP
231 test_gfx.c
232 #ifndef HAVE_LCD_COLOR
233 test_grey.c
234 test_greylib_bitmap_scale.c
235 #endif
236 #endif
237 test_mem.c
238 #ifdef HAVE_LCD_BITMAP
239 test_mem_jpeg.c
240 #endif
241 #ifdef HAVE_LCD_COLOR
242 test_resize.c
243 #endif
244 #if CONFIG_CODEC == SWCODEC
245 test_sampr.c
246 #endif
247 test_scanrate.c
248 #ifdef HAVE_TOUCHSCREEN
249 test_touchscreen.c
250 #endif
251 test_viewports.c
252 #endif