New plugin: FFT, A frequency analyzer plugin
[kugel-rb.git] / apps / plugins / SOURCES
blob16f7ff6f9af6a154d2324761a92e2af55d7d6e53
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 rockblox1d.c
64 brickmania.c
65 calendar.c
66 maze.c
67 mazezam.c
68 text_editor.c
69 wavview.c
70 robotfindskitten.c
72 #ifdef HAVE_LCD_COLOR
73 clix.c
74 ppmviewer.c
75 codebuster.c
76 #endif
78 /* Plugins needing the grayscale lib on low-depth LCDs */
79 fire.c
80 plasma.c
82 blackjack.c
83 bounce.c
84 bubbles.c
85 calculator.c
86 chip8.c
87 chopper.c
88 demystify.c
89 jewels.c
90 minesweeper.c
91 oscilloscope.c
92 pegbox.c
93 pong.c
94 sliding_puzzle.c
95 snake.c
96 snake2.c
97 solitaire.c
98 sokoban.c
99 star.c
100 starfield.c
101 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
102     !defined(SIMULATOR)
103 video.c
104 #endif
105 vu_meter.c
106 wormlet.c
108 #if CONFIG_RTC
109 #endif /* CONFIG_RTC */
111 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
112 chessbox.c
113 #if CONFIG_KEYPAD == RECORDER_PAD
114 rockboy.c
115 #endif
116 zxbox.c
117 #endif
119 /* overlay loader for Goban */
120 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
121 goban.c
122 pictureflow.c
123 #endif
125 /* not support recorder models for now */
126 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
127 fireworks.c
128 #endif
129 xobox.c
130 spacerocks.c
131 #if LCD_DEPTH >= 16
132 rockpaint.c
133 #endif
135 rocklife.c
136 #endif /* HAVE_LCD_BITMAP */
138 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
139 euroconverter.c
140 nim.c
141 #endif /* HAVE_LCD_CHARCELLS */
143 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
144 mp3_encoder.c
145 wav2wv.c
146 #else                              /* hardware codec platforms */
147 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
148     /* not for Ondio, has no remote control pin */
149 alpine_cdc.c
150 #endif
151 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
152 splitedit.c
153 #endif
154 #endif /* CONFIG_CODEC */
156 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
157 matrix.c
158 #endif
160 /* Platform-specific plugins */
161 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
162 iriverify.c
163 #endif
164 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
165 iriver_flash.c
166 #endif
168 #endif /* iFP7xx */
169 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
170 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
171 invadrox.c
172 superdom.c
173 #endif
175 md5sum.c
177 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
178 lua.c
179 #ifdef HAVE_LCD_BITMAP
180 boomshine.lua
181 #endif
182 #endif
184 #ifdef USB_ENABLE_HID
185 remote_control.c
186 #endif