as3525: fix r26308
[kugel-rb.git] / apps / plugins / SOURCES
blobdbb5843940b43d3ac8c572fcc95c995a8f8acb6b
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 mosaique.c
10 properties.c
11 random_folder_advance_config.c
12 rockblox.c
13 search.c
14 settings_dumper.c
15 snow.c
16 sort.c
17 stats.c
18 #ifdef HAVE_TOUCHSCREEN
19 stopwatch.lua
20 #else
21 stopwatch.c
22 #endif
23 theme_remove.c
24 vbrfix.c
25 viewer.c
26 md5sum.c
27 dice.c
28 disktidy.c
29 flipit.c
33 #ifdef USB_ENABLE_HID
34 remote_control.c
35 #endif
39 #ifdef HAVE_BACKLIGHT
40 lamp.c
41 #endif /* HAVE_BACKLIGHT */
45 #if CONFIG_CODEC == SWCODEC
46 #if defined(HAVE_RECORDING) && (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
47 pitch_detector.c
48 #endif
50 mp3_encoder.c
51 wav2wv.c
52 #endif /* CONFIG_CODEC */
55 #if CONFIG_RTC
56 alarmclock.c
57 #endif /* CONFIG_RTC */
61 /* Platform-specific */
62 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
63 iriverify.c
64 #endif
68 #ifndef SIMULATOR /* those plugins only run on hardware */
70 /* Overlays loaders */
71 #if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP)
73 #if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
74 /* not enough buttons for rockboy */
75 rockboy.c
76 #endif
78 zxbox.c
79 chessbox.c
80 goban.c
81 pictureflow.c
83 #endif /* PLUGIN_BUFFER_SIZE <= 0x10000 && HAVE_LCD_BITMAP */
86 #if CONFIG_CODEC != SWCODEC
88 #if defined(HAVE_LCD_BITMAP)
89 splitedit.c
90 #endif
92 #if CONFIG_LCD == LCD_SSD1815
93 video.c
94 #endif
96 #endif /* HWCODEC */
99 #if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
100     defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
101 alpine_cdc.c
102 #endif
104 #if defined(IRIVER_H100_SERIES)
105 iriver_flash.c
106 #endif
108 #if (CONFIG_CPU == SH7034)
109 rockbox_flash.c
110 #endif /* CONFIG_CPU */
112 battery_bench.c
113 firmware_flash.c
115 #if defined(IPOD_NANO2G)
116 crypt_firmware.c
117 #endif
119 #if (CONFIG_CODEC == SWCODEC)
120 metronome.c
121 #endif
123 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
124 wavplay.c
125 #endif
126 #if (CONFIG_CODEC == MAS3587F)
127 wavrecord.c
128 #endif
130 #endif /* SIMULATOR */
134 #ifdef HAVE_LCD_BITMAP             /* Not for the Archos Player */
136 boomshine.lua
137 rockblox1d.c
138 brickmania.c
139 calendar.c
140 maze.c
141 mazezam.c
142 text_editor.c
143 wavview.c
144 robotfindskitten.c
145 xobox.c
146 spacerocks.c
148 /* Plugins needing the grayscale lib on low-depth LCDs */
149 fire.c
150 plasma.c
152 blackjack.c
153 bounce.c
154 bubbles.c
155 calculator.c
156 chip8.c
157 chopper.c
158 demystify.c
159 jewels.c
160 minesweeper.c
161 oscilloscope.c
162 pegbox.c
163 pong.c
164 sliding_puzzle.c
165 snake.c
166 snake2.c
167 solitaire.c
168 sokoban.c
169 star.c
170 starfield.c
171 vu_meter.c
172 wormlet.c
174 #ifdef HAVE_LCD_COLOR
175 clix.c
176 ppmviewer.c
177 codebuster.c
178 #endif
180 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
181 fireworks.c
182 #endif
184 #if LCD_DEPTH >= 16
185 rockpaint.c
186 #endif
188 rocklife.c
190 #endif /* HAVE_LCD_BITMAP */
192 #ifdef HAVE_LCD_CHARCELLS          /* Archos Player model only */
193 euroconverter.c
194 nim.c
195 #endif /* HAVE_LCD_CHARCELLS */
199 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
201 matrix.c
203 #if (LCD_WIDTH > 138)
204 invadrox.c
205 superdom.c
206 #endif
208 #endif /* LCD_DEPTH > 1 */
212 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
213 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
214 test_boost.c
215 #endif
216 #if CONFIG_CODEC == SWCODEC
217 test_codec.c
218 #endif
219 #ifdef HAVE_JPEG
220 test_core_jpeg.c
221 #endif
222 test_disk.c
223 test_fps.c
224 #ifdef HAVE_LCD_BITMAP
225 test_gfx.c
226 #ifndef HAVE_LCD_COLOR
227 test_grey.c
228 test_greylib_bitmap_scale.c
229 #endif
230 #endif
231 test_mem.c
232 #ifdef HAVE_LCD_BITMAP
233 test_mem_jpeg.c
234 #endif
235 #ifdef HAVE_LCD_COLOR
236 test_resize.c
237 #endif
238 #if CONFIG_CODEC == SWCODEC
239 test_sampr.c
240 #endif
241 test_scanrate.c
242 #ifdef HAVE_TOUCHSCREEN
243 test_touchscreen.c
244 #endif
245 test_viewports.c
246 #endif