Updated our source code header to explicitly mention that we are GPL v2 or
[Rockbox.git] / apps / plugins / SOURCES
blob7eabed6e004042769220960d0ede6caa7a2210f8
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 rockblox1d.c
51 brickmania.c
52 maze.c
53 mazezam.c      
54 text_editor.c
55 wavview.c
56 robotfindskitten.c
58 /* Plugins needing the grayscale lib on low-depth LCDs */
59 fire.c
60 jpeg.c
61 mandelbrot.c
62 plasma.c
63 ppmviewer.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
85 video.c
86 #endif
87 vu_meter.c
88 wormlet.c
90 #if CONFIG_RTC
91 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
92 calendar.c
93 #endif
94 #endif /* CONFIG_RTC */
96 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
97 chessbox.c
98 #if CONFIG_KEYPAD == RECORDER_PAD
99 rockboy.c
100 #endif
101 zxbox.c
102 #endif
104 /* not support recorder models for now */
105 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
106 fireworks.c
107 #endif
108 xobox.c
109 spacerocks.c
110 #if LCD_DEPTH >= 16
111 rockpaint.c
112 #endif
114 rocklife.c
115 #endif /* HAVE_LCD_BITMAP */
117 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
118 euroconverter.c
119 nim.c
120 #endif /* HAVE_LCD_CHARCELLS */
122 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
123 mp3_encoder.c
124 wav2wv.c
125 #else                              /* hardware codec platforms */
126 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
127 alpine_cdc.c
128 #endif
129 splitedit.c
130 #endif /* CONFIG_CODEC */
132 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
133 matrix.c
134 #endif
136 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
137 pictureflow.c
138 #endif
140 /* Platform-specific plugins */
141 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
142 iriverify.c
143 #endif
144 #if defined(IRIVER_H100_SERIES)
145 iriver_flash.c
146 #endif
148 #endif /* iFP7xx */
149 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
150 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
151 invadrox.c
152 superdom.c
153 #endif
154 #endif /* m:robe 500 */
156 md5sum.c