M:Robe 100: add button definition/bitmaps to plugins and enable compilation
[Rockbox.git] / apps / plugins / SOURCES
blobb6eac56dfb308afd5a82caf5727db693ccca041f
1 #if !defined(COWON_D2)
3 /* plugins common to all models */
4 battery_bench.c
5 chessclock.c
6 credits.c
7 cube.c
8 dict.c
9 firmware_flash.c
10 jackpot.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 snow.c
19 sort.c
20 stats.c
21 stopwatch.c
22 vbrfix.c
23 viewer.c
25 #ifdef OLYMPUS_MROBE_500
26 /* remove these once the plugins before it are compileable */
27 jpeg.c
28 #endif
30 #ifndef OLYMPUS_MROBE_500
32 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
33 metronome.c
34 #endif
36 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
37 wavplay.c
38 #endif
39 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
40 wavrecord.c
41 #endif
43 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
44 dice.c
45 disktidy.c
46 flipit.c
48 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
49 brickmania.c
50 maze.c
51 mazezam.c
52 text_editor.c
53 wavview.c
54 robotfindskitten.c
56 /* Plugins needing the grayscale lib on low-depth LCDs */
57 fire.c
58 jpeg.c
59 mandelbrot.c
60 plasma.c
62 blackjack.c
63 bounce.c
64 bubbles.c
66 #if (LCD_DEPTH > 1)
67 invadrox.c
68 #endif
70 calculator.c
71 chip8.c
72 chopper.c
73 demystify.c
74 jewels.c
75 minesweeper.c
76 oscilloscope.c
77 pong.c
78 sliding_puzzle.c
79 snake.c
80 snake2.c
81 solitaire.c
82 #ifndef SANSA_C200
83 sokoban.c
84 #endif
85 star.c
86 starfield.c
87 #if CONFIG_LCD == LCD_SSD1815
88 video.c
89 #endif
90 vu_meter.c
91 wormlet.c
93 #if CONFIG_RTC
94 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
95 calendar.c
96 #endif
97 #endif /* CONFIG_RTC */
99 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
100 chessbox.c
101 #if CONFIG_KEYPAD == RECORDER_PAD
102 rockboy.c
103 #endif
104 #endif
106 /* not support recorder models for now */
107 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
108 fireworks.c
109 #endif
110 xobox.c
111 spacerocks.c
112 #if LCD_DEPTH >= 16
113 rockpaint.c
114 #endif
116 rocklife.c
117 #endif /* HAVE_LCD_BITMAP */
119 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
120 euroconverter.c
121 nim.c
122 #endif /* HAVE_LCD_CHARCELLS */
124 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
125 mp3_encoder.c
126 wav2wv.c
127 #else                              /* hardware codec platforms */
128 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
129 alpine_cdc.c
130 #endif
131 splitedit.c
132 #endif /* CONFIG_CODEC */
134 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
135 matrix.c
136 #endif
138 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
139 pictureflow.c
140 #endif
142 /* Platform-specific plugins */
143 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
144 iriverify.c
145 #endif
146 #if defined(IRIVER_H100_SERIES)
147 iriver_flash.c
148 #endif
150 #endif /* iFP7xx */
151 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
152 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
153 superdom.c
154 #endif
155 #endif /* m:robe 500 */
156 #endif /* COWON_D2 */