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