Enable calendar plugin for non-rtc targets (FS#10786 by Teruaki Kawashima)
[kugel-rb.git] / apps / plugins / SOURCES
blob6edb73415a1e0a48cc5879d24fd7f3f8d443fef0
1 /* plugins common to all models */
2 chessclock.c
3 credits.c
4 cube.c
5 dict.c
6 jackpot.c
7 keybox.c
8 logo.c
9 mosaique.c
10 properties.c
11 random_folder_advance_config.c
12 rockblox.c
13 search.c
14 settings_dumper.c
15 snow.c
16 sort.c
17 stats.c
18 stopwatch.c
19 theme_remove.c
20 vbrfix.c
21 viewer.c
22 #ifdef HAVE_BACKLIGHT
23 lamp.c
24 #endif /* HAVE_BACKLIGHT */
25 #ifndef SIMULATOR
26 battery_bench.c
27 firmware_flash.c
28 #endif /* SIMULATOR */
29 #if (CONFIG_CPU == SH7034)
30 rockbox_flash.c
31 #endif /* CONFIG_CPU */
33 #if defined(IPOD_NANO2G) && !defined(SIMULATOR)
34 crypt_firmware.c
35 #endif
37 #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
38     (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
39 pitch_detector.c
40 #endif
42 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
43 metronome.c
44 #endif
46 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
47 wavplay.c
48 #endif
49 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
50 wavrecord.c
51 #endif
53 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
54 dice.c
55 disktidy.c
56 flipit.c
58 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
59 rockblox1d.c
60 brickmania.c
61 calendar.c
62 maze.c
63 mazezam.c      
64 text_editor.c
65 wavview.c
66 robotfindskitten.c
68 #ifdef HAVE_LCD_COLOR
69 clix.c
70 ppmviewer.c
71 codebuster.c
72 #endif
74 /* Plugins needing the grayscale lib on low-depth LCDs */
75 fire.c
76 mandelbrot.c
77 plasma.c
79 blackjack.c
80 bounce.c
81 bubbles.c
82 calculator.c
83 chip8.c
84 chopper.c
85 demystify.c
86 jewels.c
87 minesweeper.c
88 oscilloscope.c
89 pegbox.c
90 pong.c
91 sliding_puzzle.c
92 snake.c
93 snake2.c
94 solitaire.c
95 sokoban.c
96 star.c
97 starfield.c
98 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
99     !defined(SIMULATOR)
100 video.c
101 #endif
102 vu_meter.c
103 wormlet.c
105 #if CONFIG_RTC
106 #endif /* CONFIG_RTC */
108 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
109 chessbox.c
110 #if CONFIG_KEYPAD == RECORDER_PAD
111 rockboy.c
112 #endif
113 zxbox.c
114 #endif
116 /* overlay loader for Goban */
117 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
118 goban.c
119 pictureflow.c
120 #endif
122 /* not support recorder models for now */
123 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
124 fireworks.c
125 #endif
126 xobox.c
127 spacerocks.c
128 #if LCD_DEPTH >= 16
129 rockpaint.c
130 #endif
132 rocklife.c
133 #endif /* HAVE_LCD_BITMAP */
135 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
136 euroconverter.c
137 nim.c
138 #endif /* HAVE_LCD_CHARCELLS */
140 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
141 mp3_encoder.c
142 wav2wv.c
143 #else                              /* hardware codec platforms */
144 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
145     /* not for Ondio, has no remote control pin */
146 alpine_cdc.c
147 #endif
148 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
149 splitedit.c
150 #endif
151 #endif /* CONFIG_CODEC */
153 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
154 matrix.c
155 #endif
157 /* Platform-specific plugins */
158 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
159 iriverify.c
160 #endif
161 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
162 iriver_flash.c
163 #endif
165 #endif /* iFP7xx */
166 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
167 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
168 invadrox.c
169 superdom.c
170 #endif
172 md5sum.c
174 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
175 lua.c
176 #ifdef HAVE_LCD_BITMAP
177 boomshine.lua
178 #endif
179 #endif
181 #ifdef USB_ENABLE_HID
182 remote_control.c
183 #endif