Build doom on clipv2 and clip+
[kugel-rb.git] / apps / plugins / SOURCES
bloba63bb922b690e4a4aea2084fadffbd16f85b25a2
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
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 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) /* those plugins only run on hardware */
70 /* Overlays loaders */
71 #if PLUGIN_BUFFER_SIZE <= 0x20000 && 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 <= 0x20000 && 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(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
105     defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) || \
106     defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
107 firmware_flash.c
108 #endif
110 #if defined(IRIVER_H100_SERIES)
111 iriver_flash.c
112 #endif
114 #if (CONFIG_CPU == SH7034)
115 rockbox_flash.c
116 #endif /* CONFIG_CPU */
118 battery_bench.c
120 #if defined(IPOD_NANO2G)
121 crypt_firmware.c
122 #endif
124 #if (CONFIG_CODEC == SWCODEC)
125 metronome.c
126 #endif
128 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
129 wavplay.c
130 #endif
131 #if (CONFIG_CODEC == MAS3587F)
132 wavrecord.c
133 #endif
135 #endif /* PLATFORM_NATIVE */
139 #ifdef HAVE_LCD_BITMAP             /* Not for the Archos Player */
141 boomshine.lua
142 rockblox1d.c
143 brickmania.c
144 calendar.c
145 maze.c
146 mazezam.c
147 text_editor.c
148 wavview.c
149 robotfindskitten.c
150 xobox.c
151 spacerocks.c
153 /* Plugins needing the grayscale lib on low-depth LCDs */
154 fire.c
155 plasma.c
157 blackjack.c
158 bounce.c
159 bubbles.c
160 calculator.c
161 chip8.c
162 chopper.c
163 demystify.c
164 jewels.c
165 minesweeper.c
166 oscilloscope.c
167 pegbox.c
168 pong.c
169 sliding_puzzle.c
170 snake.c
171 snake2.c
172 solitaire.c
173 sokoban.c
174 star.c
175 starfield.c
176 vu_meter.c
177 wormlet.c
179 #ifdef HAVE_LCD_COLOR
180 clix.c
181 ppmviewer.c
182 codebuster.c
183 #endif
185 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
186 fireworks.c
187 #endif
189 #if LCD_DEPTH >= 16
190 rockpaint.c
191 #endif
193 rocklife.c
195 #endif /* HAVE_LCD_BITMAP */
197 #ifdef HAVE_LCD_CHARCELLS          /* Archos Player model only */
198 euroconverter.c
199 nim.c
200 #endif /* HAVE_LCD_CHARCELLS */
204 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
206 matrix.c
208 #if (LCD_WIDTH > 138)
209 invadrox.c
210 superdom.c
211 #endif
213 #endif /* LCD_DEPTH > 1 */
217 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
218 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
219 test_boost.c
220 #endif
221 #if CONFIG_CODEC == SWCODEC
222 test_codec.c
223 #endif
224 #ifdef HAVE_JPEG
225 test_core_jpeg.c
226 #endif
227 test_disk.c
228 test_fps.c
229 #ifdef HAVE_LCD_BITMAP
230 test_gfx.c
231 #ifndef HAVE_LCD_COLOR
232 test_grey.c
233 test_greylib_bitmap_scale.c
234 #endif
235 #endif
236 test_mem.c
237 #ifdef HAVE_LCD_BITMAP
238 test_mem_jpeg.c
239 #endif
240 #ifdef HAVE_LCD_COLOR
241 test_resize.c
242 #endif
243 #if CONFIG_CODEC == SWCODEC
244 test_sampr.c
245 #endif
246 test_scanrate.c
247 #ifdef HAVE_TOUCHSCREEN
248 test_touchscreen.c
249 #endif
250 test_viewports.c
251 #endif