Create an udacodec interface (similar to ascodec and wmcoded) and adapt/implement...
[kugel-rb.git] / apps / plugins / SOURCES
blob5fb62a91174707ed7edfb11d19c9e949a7f95d7c
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 stopwatch.c
19 vbrfix.c
20 viewer.c
21 #ifdef HAVE_BACKLIGHT
22 lamp.c
23 #endif /* HAVE_BACKLIGHT */
24 #ifndef SIMULATOR
25 battery_bench.c
26 firmware_flash.c
27 #endif /* SIMULATOR */
28 #if (CONFIG_CPU == SH7034)
29 rockbox_flash.c
30 #endif /* CONFIG_CPU */
33 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
34 metronome.c
35 #endif
37 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
38 wavplay.c
39 #endif
40 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
41 wavrecord.c
42 #endif
44 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
45 dice.c
46 disktidy.c
47 flipit.c
49 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
50 rockblox1d.c
51 brickmania.c
52 maze.c
53 mazezam.c      
54 text_editor.c
55 wavview.c
56 robotfindskitten.c
58 #ifdef HAVE_LCD_COLOR
59 ppmviewer.c
60 #endif
62 /* Plugins needing the grayscale lib on low-depth LCDs */
63 fire.c
64 mandelbrot.c
65 plasma.c
67 blackjack.c
68 bounce.c
69 bubbles.c
70 calculator.c
71 chip8.c
72 chopper.c
73 demystify.c
74 jewels.c
75 minesweeper.c
76 oscilloscope.c
77 pegbox.c
78 pong.c
79 sliding_puzzle.c
80 snake.c
81 snake2.c
82 solitaire.c
83 sokoban.c
84 star.c
85 starfield.c
86 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
87     !defined(SIMULATOR)
88 video.c
89 #endif
90 vu_meter.c
91 wormlet.c
93 #if CONFIG_RTC
94 calendar.c
95 #endif /* CONFIG_RTC */
97 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
98 chessbox.c
99 #if CONFIG_KEYPAD == RECORDER_PAD
100 rockboy.c
101 #endif
102 zxbox.c
103 #endif
105 /* overlay loader for Goban */
106 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
107 goban.c
108 pictureflow.c
109 #endif
111 /* not support recorder models for now */
112 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
113 fireworks.c
114 #endif
115 xobox.c
116 spacerocks.c
117 #if LCD_DEPTH >= 16
118 rockpaint.c
119 #endif
121 rocklife.c
122 #endif /* HAVE_LCD_BITMAP */
124 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
125 euroconverter.c
126 nim.c
127 #endif /* HAVE_LCD_CHARCELLS */
129 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
130 mp3_encoder.c
131 wav2wv.c
132 #else                              /* hardware codec platforms */
133 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
134     /* not for Ondio, has no remote control pin */
135 alpine_cdc.c
136 #endif
137 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
138 splitedit.c
139 #endif
140 #endif /* CONFIG_CODEC */
142 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
143 matrix.c
144 #endif
146 /* Platform-specific plugins */
147 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
148 iriverify.c
149 #endif
150 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
151 iriver_flash.c
152 #endif
154 #endif /* iFP7xx */
155 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
156 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
157 invadrox.c
158 superdom.c
159 #endif
161 md5sum.c
163 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
164 lua.c
165 #endif