make sure plugin reset backlight setting before exit. do code polish.
[kugel-rb.git] / apps / plugins / SOURCES
bloba3ce60fbf88ef43f04e165f31c0f79550149f3d1
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 #ifdef HAVE_TOUCHSCREEN
19 stopwatch.lua
20 #else
21 stopwatch.c
22 #endif
23 theme_remove.c
24 vbrfix.c
25 viewer.c
26 #ifdef HAVE_BACKLIGHT
27 lamp.c
28 #endif /* HAVE_BACKLIGHT */
29 #ifndef SIMULATOR
30 battery_bench.c
31 firmware_flash.c
32 #endif /* SIMULATOR */
33 #if (CONFIG_CPU == SH7034)
34 rockbox_flash.c
35 #endif /* CONFIG_CPU */
37 #if defined(IPOD_NANO2G) && !defined(SIMULATOR)
38 crypt_firmware.c
39 #endif
41 #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
42     (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
43 pitch_detector.c
44 #endif
46 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
47 metronome.c
48 #endif
50 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
51 wavplay.c
52 #endif
53 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
54 wavrecord.c
55 #endif
57 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
58 dice.c
59 disktidy.c
60 flipit.c
62 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
63 rockblox1d.c
64 brickmania.c
65 calendar.c
66 maze.c
67 mazezam.c
68 text_editor.c
69 wavview.c
70 robotfindskitten.c
72 #ifdef HAVE_LCD_COLOR
73 clix.c
74 ppmviewer.c
75 codebuster.c
76 #endif
78 /* Plugins needing the grayscale lib on low-depth LCDs */
79 fire.c
80 mandelbrot.c
81 plasma.c
83 blackjack.c
84 bounce.c
85 bubbles.c
86 calculator.c
87 chip8.c
88 chopper.c
89 demystify.c
90 jewels.c
91 minesweeper.c
92 oscilloscope.c
93 pegbox.c
94 pong.c
95 sliding_puzzle.c
96 snake.c
97 snake2.c
98 solitaire.c
99 sokoban.c
100 star.c
101 starfield.c
102 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
103     !defined(SIMULATOR)
104 video.c
105 #endif
106 vu_meter.c
107 wormlet.c
109 #if CONFIG_RTC
110 #endif /* CONFIG_RTC */
112 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
113 chessbox.c
114 #if CONFIG_KEYPAD == RECORDER_PAD
115 rockboy.c
116 #endif
117 zxbox.c
118 #endif
120 /* overlay loader for Goban */
121 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
122 goban.c
123 pictureflow.c
124 #endif
126 /* not support recorder models for now */
127 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
128 fireworks.c
129 #endif
130 xobox.c
131 spacerocks.c
132 #if LCD_DEPTH >= 16
133 rockpaint.c
134 #endif
136 rocklife.c
137 #endif /* HAVE_LCD_BITMAP */
139 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
140 euroconverter.c
141 nim.c
142 #endif /* HAVE_LCD_CHARCELLS */
144 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
145 mp3_encoder.c
146 wav2wv.c
147 #else                              /* hardware codec platforms */
148 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
149     /* not for Ondio, has no remote control pin */
150 alpine_cdc.c
151 #endif
152 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
153 splitedit.c
154 #endif
155 #endif /* CONFIG_CODEC */
157 #if LCD_DEPTH > 1                  /* non-mono bitmap targets */
158 matrix.c
159 #endif
161 /* Platform-specific plugins */
162 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
163 iriverify.c
164 #endif
165 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
166 iriver_flash.c
167 #endif
169 #endif /* iFP7xx */
170 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
171 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
172 invadrox.c
173 superdom.c
174 #endif
176 md5sum.c
178 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
179 lua.c
180 #ifdef HAVE_LCD_BITMAP
181 boomshine.lua
182 #endif
183 #endif
185 #ifdef USB_ENABLE_HID
186 remote_control.c
187 #endif