Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped targets...
[kugel-rb.git] / apps / plugins / SOURCES
blobfe00ebc948b419b6e2ed4ddcf7d62250a66e59a4
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 keybox.c
10 logo.c
11 mosaique.c
12 properties.c
13 random_folder_advance_config.c
14 rockblox.c
15 rockbox_flash.c
16 search.c
17 snow.c
18 sort.c
19 stats.c
20 stopwatch.c
21 vbrfix.c
22 viewer.c
23 #ifdef HAVE_BACKLIGHT
24 lamp.c
25 #endif /* HAVE_BACKLIGHT */
27 #ifndef OLYMPUS_MROBE_500
29 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
30 metronome.c
31 #endif
33 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
34 wavplay.c
35 #endif
36 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
37 wavrecord.c
38 #endif
40 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
41 dice.c
42 disktidy.c
43 flipit.c
45 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
46 rockblox1d.c
47 brickmania.c
48 maze.c
49 mazezam.c      
50 text_editor.c
51 wavview.c
52 robotfindskitten.c
54 #ifdef HAVE_LCD_COLOR
55 ppmviewer.c
56 #endif
58 /* Plugins needing the grayscale lib on low-depth LCDs */
59 fire.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 calendar.c
90 #endif /* CONFIG_RTC */
92 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
93 chessbox.c
94 #if CONFIG_KEYPAD == RECORDER_PAD
95 rockboy.c
96 #endif
97 zxbox.c
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 */
152 md5sum.c