summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES184
1 files changed, 107 insertions, 77 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 9ea3db051a..8f06522bc3 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -23,43 +23,118 @@ stopwatch.c
23theme_remove.c 23theme_remove.c
24vbrfix.c 24vbrfix.c
25viewer.c 25viewer.c
26md5sum.c
27dice.c
28disktidy.c
29flipit.c
30
31
32
33#ifdef USB_ENABLE_HID
34remote_control.c
35#endif
36
37
38
26#ifdef HAVE_BACKLIGHT 39#ifdef HAVE_BACKLIGHT
27lamp.c 40lamp.c
28#endif /* HAVE_BACKLIGHT */ 41#endif /* HAVE_BACKLIGHT */
29#ifndef SIMULATOR 42
30battery_bench.c 43
31firmware_flash.c 44
32#endif /* SIMULATOR */ 45#if CONFIG_CODEC == SWCODEC
46#if defined(HAVE_RECORDING) && (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
47pitch_detector.c
48#endif
49
50mp3_encoder.c
51wav2wv.c
52#endif /* CONFIG_CODEC */
53
54
55#if CONFIG_RTC
56alarmclock.c
57#endif /* CONFIG_RTC */
58
59
60
61/* Platform-specific */
62#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
63iriverify.c
64#endif
65
66
67
68#ifndef SIMULATOR /* those plugins only run on hardware */
69
70/* Overlay loaders */
71
72#if (MEMORYSIZE <= 8)
73chessbox.c
74#if CONFIG_KEYPAD == RECORDER_PAD
75rockboy.c
76#endif
77zxbox.c
78#endif
79
80/* overlay loader for Goban */
81#if (PLUGIN_BUFFER_SIZE < 0x10000)
82lua.c
83goban.c
84pictureflow.c
85#endif
86
87
88#if CONFIG_CODEC != SWCODEC
89
90#if defined(HAVE_LCD_BITMAP)
91splitedit.c
92#endif
93
94#if CONFIG_LCD == LCD_SSD1815
95video.c
96#endif
97
98#endif /* HWCODEC */
99
100
101#if defined(ARCHOS_PLAYER) || defined(ARCHOS_RECORDER) || \
102 defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
103alpine_cdc.c
104#endif
105
106#if defined(IRIVER_H100_SERIES)
107iriver_flash.c
108#endif
109
33#if (CONFIG_CPU == SH7034) 110#if (CONFIG_CPU == SH7034)
34rockbox_flash.c 111rockbox_flash.c
35#endif /* CONFIG_CPU */ 112#endif /* CONFIG_CPU */
36 113
37#if defined(IPOD_NANO2G) && !defined(SIMULATOR) 114battery_bench.c
38crypt_firmware.c 115firmware_flash.c
39#endif
40 116
41#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ 117#if defined(IPOD_NANO2G)
42 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) 118crypt_firmware.c
43pitch_detector.c
44#endif 119#endif
45 120
46#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) 121#if (CONFIG_CODEC == SWCODEC)
47metronome.c 122metronome.c
48#endif 123#endif
49 124
50#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) 125#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F))
51wavplay.c 126wavplay.c
52#endif 127#endif
53#if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR) 128#if (CONFIG_CODEC == MAS3587F)
54wavrecord.c 129wavrecord.c
55#endif 130#endif
56 131
57#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ 132#endif /* SIMULATOR */
58dice.c 133
59disktidy.c 134
60flipit.c 135
136#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
61 137
62#ifdef HAVE_LCD_BITMAP /* Not for the Player */
63boomshine.lua 138boomshine.lua
64rockblox1d.c 139rockblox1d.c
65brickmania.c 140brickmania.c
@@ -69,12 +144,8 @@ mazezam.c
69text_editor.c 144text_editor.c
70wavview.c 145wavview.c
71robotfindskitten.c 146robotfindskitten.c
72 147xobox.c
73#ifdef HAVE_LCD_COLOR 148spacerocks.c
74clix.c
75ppmviewer.c
76codebuster.c
77#endif
78 149
79/* Plugins needing the grayscale lib on low-depth LCDs */ 150/* Plugins needing the grayscale lib on low-depth LCDs */
80fire.c 151fire.c
@@ -99,87 +170,46 @@ solitaire.c
99sokoban.c 170sokoban.c
100star.c 171star.c
101starfield.c 172starfield.c
102#if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
103 !defined(SIMULATOR)
104video.c
105#endif
106vu_meter.c 173vu_meter.c
107wormlet.c 174wormlet.c
108 175
109#if CONFIG_RTC 176#ifdef HAVE_LCD_COLOR
110alarmclock.c 177clix.c
111#endif /* CONFIG_RTC */ 178ppmviewer.c
112 179codebuster.c
113#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
114chessbox.c
115#if CONFIG_KEYPAD == RECORDER_PAD
116rockboy.c
117#endif
118zxbox.c
119#endif
120
121/* overlay loader for Goban */
122#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
123lua.c
124goban.c
125pictureflow.c
126#endif 180#endif
127 181
128/* not support recorder models for now */
129#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) 182#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
130fireworks.c 183fireworks.c
131#endif 184#endif
132xobox.c 185
133spacerocks.c
134#if LCD_DEPTH >= 16 186#if LCD_DEPTH >= 16
135rockpaint.c 187rockpaint.c
136#endif 188#endif
137 189
138rocklife.c 190rocklife.c
191
139#endif /* HAVE_LCD_BITMAP */ 192#endif /* HAVE_LCD_BITMAP */
140 193
141#ifdef HAVE_LCD_CHARCELLS /* Player model only */ 194#ifdef HAVE_LCD_CHARCELLS /* Archos Player model only */
142euroconverter.c 195euroconverter.c
143nim.c 196nim.c
144#endif /* HAVE_LCD_CHARCELLS */ 197#endif /* HAVE_LCD_CHARCELLS */
145 198
146#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 199
147mp3_encoder.c
148wav2wv.c
149#else /* hardware codec platforms */
150#if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
151 /* not for Ondio, has no remote control pin */
152alpine_cdc.c
153#endif
154#if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
155splitedit.c
156#endif
157#endif /* CONFIG_CODEC */
158 200
159#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 201#if LCD_DEPTH > 1 /* non-mono bitmap targets */
160matrix.c
161#endif
162 202
163/* Platform-specific plugins */ 203matrix.c
164#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
165iriverify.c
166#endif
167#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
168iriver_flash.c
169#endif
170 204
171#endif /* iFP7xx */ 205#if (LCD_WIDTH > 138)
172#if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
173/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
174invadrox.c 206invadrox.c
175superdom.c 207superdom.c
176#endif 208#endif
177 209
178md5sum.c 210#endif /* LCD_DEPTH > 1 */
211
179 212
180#ifdef USB_ENABLE_HID
181remote_control.c
182#endif
183 213
184#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 214#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
185#ifdef HAVE_ADJUSTABLE_CPU_FREQ 215#ifdef HAVE_ADJUSTABLE_CPU_FREQ