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