Reverting parts of r19760 that was mistakenly committed.
[kugel-rb.git] / apps / plugins / SOURCES
blob7d48be60c15c806a23ce0fada6501b781276625c
1 /* plugins common to all models */
2 battery_bench.c
3 chessclock.c
4 credits.c
5 cube.c
6 dict.c
7 firmware_flash.c
8 jackpot.c
9 keybox.c
10 logo.c
11 mosaique.c
12 properties.c
13 random_folder_advance_config.c
14 rockblox.c
15 rockbox_flash.c
16 search.c
17 settings_dumper.c
18 snow.c
19 sort.c
20 stats.c
21 stopwatch.c
22 vbrfix.c
23 viewer.c
24 #ifdef HAVE_BACKLIGHT
25 lamp.c
26 #endif /* HAVE_BACKLIGHT */
28 #ifndef OLYMPUS_MROBE_500
30 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
31 metronome.c
32 #endif
34 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
35 wavplay.c
36 #endif
37 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
38 wavrecord.c
39 #endif
41 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
42 dice.c
43 disktidy.c
44 flipit.c
46 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
47 rockblox1d.c
48 brickmania.c
49 maze.c
50 mazezam.c      
51 text_editor.c
52 wavview.c
53 robotfindskitten.c
55 #ifdef HAVE_LCD_COLOR
56 ppmviewer.c
57 #endif
59 /* Plugins needing the grayscale lib on low-depth LCDs */
60 fire.c
61 mandelbrot.c
62 plasma.c
64 blackjack.c
65 bounce.c
66 bubbles.c
67 calculator.c
68 chip8.c
69 chopper.c
70 demystify.c
71 jewels.c
72 minesweeper.c
73 oscilloscope.c
74 pegbox.c
75 pong.c
76 sliding_puzzle.c
77 snake.c
78 snake2.c
79 solitaire.c
80 sokoban.c
81 star.c
82 starfield.c
83 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC)
84 video.c
85 #endif
86 vu_meter.c
87 wormlet.c
89 #if CONFIG_RTC
90 calendar.c
91 #endif /* CONFIG_RTC */
93 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
94 chessbox.c
95 #if CONFIG_KEYPAD == RECORDER_PAD
96 rockboy.c
97 #endif
98 zxbox.c
99 #endif
101 /* not support recorder models for now */
102 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
103 fireworks.c
104 #endif
105 xobox.c
106 spacerocks.c
107 #if LCD_DEPTH >= 16
108 rockpaint.c
109 #endif
111 rocklife.c
112 #endif /* HAVE_LCD_BITMAP */
114 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
115 euroconverter.c
116 nim.c
117 #endif /* HAVE_LCD_CHARCELLS */
119 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
120 mp3_encoder.c
121 wav2wv.c
122 #else                              /* hardware codec platforms */
123 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
124     /* not for Ondio, has no remote control pin */
125 alpine_cdc.c
126 #endif
127 splitedit.c
128 #endif /* CONFIG_CODEC */
130 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
131 matrix.c
132 #if defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
133 pictureflow.c
134 #endif
135 #endif
137 /* Platform-specific plugins */
138 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
139 iriverify.c
140 #endif
141 #if defined(IRIVER_H100_SERIES)
142 iriver_flash.c
143 #endif
145 #endif /* iFP7xx */
146 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
147 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
148 invadrox.c
149 superdom.c
150 #endif
151 #endif /* m:robe 500 */
153 md5sum.c