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