add SMAF codec (.mmf extension)(FS#10432)
[kugel-rb.git] / apps / plugins / SOURCES
blobda906e696749a95ed9d5204541f8ca733dc97259
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 #endif /* CONFIG_RTC */
112 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
113 chessbox.c
114 #if CONFIG_KEYPAD == RECORDER_PAD
115 rockboy.c
116 #endif
117 zxbox.c
118 #endif
120 /* overlay loader for Goban */
121 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
122 lua.c
123 goban.c
124 pictureflow.c
125 #endif
127 /* not support recorder models for now */
128 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
129 fireworks.c
130 #endif
131 xobox.c
132 spacerocks.c
133 #if LCD_DEPTH >= 16
134 rockpaint.c
135 #endif
137 rocklife.c
138 #endif /* HAVE_LCD_BITMAP */
140 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
141 euroconverter.c
142 nim.c
143 #endif /* HAVE_LCD_CHARCELLS */
145 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
146 mp3_encoder.c
147 wav2wv.c
148 #else                              /* hardware codec platforms */
149 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
150     /* not for Ondio, has no remote control pin */
151 alpine_cdc.c
152 #endif
153 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
154 splitedit.c
155 #endif
156 #endif /* CONFIG_CODEC */
158 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
159 matrix.c
160 #endif
162 /* Platform-specific plugins */
163 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
164 iriverify.c
165 #endif
166 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
167 iriver_flash.c
168 #endif
170 #endif /* iFP7xx */
171 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
172 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
173 invadrox.c
174 superdom.c
175 #endif
177 md5sum.c
179 #ifdef USB_ENABLE_HID
180 remote_control.c
181 #endif