Fix yellow
[Rockbox.git] / apps / plugins / SOURCES
blob86d7055db25d08470dbc858a0b1e8aae63bbf44f
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 logo.c
10 mosaique.c
11 properties.c
12 random_folder_advance_config.c
13 rockblox.c
14 rockbox_flash.c
15 search.c
16 snow.c
17 sort.c
18 stats.c
19 stopwatch.c
20 vbrfix.c
21 viewer.c
22 #ifdef HAVE_BACKLIGHT
23 lamp.c
24 #endif /* HAVE_BACKLIGHT */
26 #ifdef OLYMPUS_MROBE_500
27 /* remove these once the plugins before it are compileable */
28 jpeg.c
29 #endif
31 #ifndef OLYMPUS_MROBE_500
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 brickmania.c
51 maze.c
52 mazezam.c      
53 text_editor.c
54 wavview.c
55 robotfindskitten.c
57 /* Plugins needing the grayscale lib on low-depth LCDs */
58 fire.c
59 jpeg.c
60 mandelbrot.c
61 plasma.c
63 blackjack.c
64 bounce.c
65 bubbles.c
66 calculator.c
67 chip8.c
68 chopper.c
69 demystify.c
70 jewels.c
71 minesweeper.c
72 oscilloscope.c
73 pegbox.c
74 pong.c
75 sliding_puzzle.c
76 snake.c
77 snake2.c
78 solitaire.c
79 sokoban.c
80 star.c
81 starfield.c
82 #if CONFIG_LCD == LCD_SSD1815
83 video.c
84 #endif
85 vu_meter.c
86 wormlet.c
88 #if CONFIG_RTC
89 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
90 calendar.c
91 #endif
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 #ifndef HAVE_MMC                   /* 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 #endif
134 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
135 pictureflow.c
136 #endif
138 /* Platform-specific plugins */
139 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
140 iriverify.c
141 #endif
142 #if defined(IRIVER_H100_SERIES)
143 iriver_flash.c
144 #endif
146 #endif /* iFP7xx */
147 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
148 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
149 invadrox.c
150 superdom.c
151 #endif
152 #endif /* m:robe 500 */