Adapt the remaining plugins to put the greyscale isr on cop. Now they can be used...
[Rockbox.git] / apps / plugins / SOURCES
blob8e138d72cbbc208405d53df4a7b9b359045418b7
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
23 #ifdef OLYMPUS_MROBE_500
24 /* remove these once the plugins before it are compileable */
25 jpeg.c
26 #endif
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 brickmania.c
48 maze.c
49 mazezam.c      
50 text_editor.c
51 wavview.c
52 robotfindskitten.c
54 /* Plugins needing the grayscale lib on low-depth LCDs */
55 fire.c
56 jpeg.c
57 mandelbrot.c
58 plasma.c
60 blackjack.c
61 bounce.c
62 bubbles.c
63 calculator.c
64 chip8.c
65 chopper.c
66 demystify.c
67 jewels.c
68 minesweeper.c
69 oscilloscope.c
70 pegbox.c
71 pong.c
72 sliding_puzzle.c
73 snake.c
74 snake2.c
75 solitaire.c
76 #ifndef SANSA_C200
77 sokoban.c
78 #endif
79 star.c
80 starfield.c
81 #if CONFIG_LCD == LCD_SSD1815
82 video.c
83 #endif
84 vu_meter.c
85 wormlet.c
87 #if CONFIG_RTC
88 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
89 calendar.c
90 #endif
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 #endif
100 /* not support recorder models for now */
101 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
102 fireworks.c
103 #endif
104 xobox.c
105 spacerocks.c
106 #if LCD_DEPTH >= 16
107 rockpaint.c
108 #endif
110 rocklife.c
111 #endif /* HAVE_LCD_BITMAP */
113 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
114 euroconverter.c
115 nim.c
116 #endif /* HAVE_LCD_CHARCELLS */
118 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
119 mp3_encoder.c
120 wav2wv.c
121 #else                              /* hardware codec platforms */
122 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
123 alpine_cdc.c
124 #endif
125 splitedit.c
126 #endif /* CONFIG_CODEC */
128 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
129 matrix.c
130 #endif
132 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
133 pictureflow.c
134 #endif
136 /* Platform-specific plugins */
137 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
138 iriverify.c
139 #endif
140 #if defined(IRIVER_H100_SERIES)
141 iriver_flash.c
142 #endif
144 #endif /* iFP7xx */
145 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
146 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
147 invadrox.c
148 superdom.c
149 #endif
150 #endif /* m:robe 500 */