Add T for plugins to the advanced build options to build all test_* plugins.
[kugel-rb.git] / apps / plugins / SOURCES
blobb4d0365ac45039d92b59afed2fe700cd97b88fbd
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 #ifdef HAVE_BACKLIGHT
27 lamp.c
28 #endif /* HAVE_BACKLIGHT */
29 #ifndef SIMULATOR
30 battery_bench.c
31 firmware_flash.c
32 #endif /* SIMULATOR */
33 #if (CONFIG_CPU == SH7034)
34 rockbox_flash.c
35 #endif /* CONFIG_CPU */
37 #if defined(IPOD_NANO2G) && !defined(SIMULATOR)
38 crypt_firmware.c
39 #endif
41 #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
42     (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
43 pitch_detector.c
44 #endif
46 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
47 metronome.c
48 #endif
50 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
51 wavplay.c
52 #endif
53 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
54 wavrecord.c
55 #endif
57 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
58 dice.c
59 disktidy.c
60 flipit.c
62 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
63 boomshine.lua
64 rockblox1d.c
65 brickmania.c
66 calendar.c
67 maze.c
68 mazezam.c
69 text_editor.c
70 wavview.c
71 robotfindskitten.c
73 #ifdef HAVE_LCD_COLOR
74 clix.c
75 ppmviewer.c
76 codebuster.c
77 #endif
79 /* Plugins needing the grayscale lib on low-depth LCDs */
80 fire.c
81 plasma.c
83 blackjack.c
84 bounce.c
85 bubbles.c
86 calculator.c
87 chip8.c
88 chopper.c
89 demystify.c
90 jewels.c
91 minesweeper.c
92 oscilloscope.c
93 pegbox.c
94 pong.c
95 sliding_puzzle.c
96 snake.c
97 snake2.c
98 solitaire.c
99 sokoban.c
100 star.c
101 starfield.c
102 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
103     !defined(SIMULATOR)
104 video.c
105 #endif
106 vu_meter.c
107 wormlet.c
109 #if CONFIG_RTC
110 alarmclock.c
111 #endif /* CONFIG_RTC */
113 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
114 chessbox.c
115 #if CONFIG_KEYPAD == RECORDER_PAD
116 rockboy.c
117 #endif
118 zxbox.c
119 #endif
121 /* overlay loader for Goban */
122 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
123 lua.c
124 goban.c
125 pictureflow.c
126 #endif
128 /* not support recorder models for now */
129 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
130 fireworks.c
131 #endif
132 xobox.c
133 spacerocks.c
134 #if LCD_DEPTH >= 16
135 rockpaint.c
136 #endif
138 rocklife.c
139 #endif /* HAVE_LCD_BITMAP */
141 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
142 euroconverter.c
143 nim.c
144 #endif /* HAVE_LCD_CHARCELLS */
146 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
147 mp3_encoder.c
148 wav2wv.c
149 #else                              /* hardware codec platforms */
150 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
151     /* not for Ondio, has no remote control pin */
152 alpine_cdc.c
153 #endif
154 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
155 splitedit.c
156 #endif
157 #endif /* CONFIG_CODEC */
159 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
160 matrix.c
161 #endif
163 /* Platform-specific plugins */
164 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
165 iriverify.c
166 #endif
167 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
168 iriver_flash.c
169 #endif
171 #endif /* iFP7xx */
172 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
173 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
174 invadrox.c
175 superdom.c
176 #endif
178 md5sum.c
180 #ifdef USB_ENABLE_HID
181 remote_control.c
182 #endif
184 #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
185 test_boost.c
186 test_codec.c
187 test_core_jpeg.c
188 test_disk.c
189 test_fps.c
190 test_gfx.c
191 #ifndef HAVE_LCD_COLOR
192 test_grey.c
193 test_greylib_bitmap_scale.c
194 #endif
195 test_mem.c
196 test_mem_jpeg.c
197 test_resize.c
198 test_sampr.c
199 test_scanrate.c
200 #ifdef HAVE_TOUCHSCREEN
201 test_touchscreen.c
202 #endif
203 test_viewports.c
204 #endif