summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SOURCES
blob: 8479cd8b9be6858213fd62476ae72fde12774888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* plugins common to all models */
battery_bench.c
chessclock.c
credits.c
cube.c
dict.c
firmware_flash.c
jackpot.c
logo.c
mosaique.c
properties.c
random_folder_advance_config.c
rockblox.c
rockbox_flash.c
search.c
snow.c
sort.c
stats.c
stopwatch.c
vbrfix.c
viewer.c

#if CONFIG_CODEC == SWCODEC
metronome.c
#endif

#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
wavplay.c
#endif
#if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
wavrecord.c
#endif

#ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
dice.c
disktidy.c
#ifndef SANSA_C200
flipit.c
#endif

#ifdef HAVE_LCD_BITMAP             /* Not for the Player */
maze.c
mazezam.c
text_editor.c
wavview.c

/* Plugins needing the grayscale lib on low-depth LCDs */
fire.c
jpeg.c
mandelbrot.c
plasma.c

blackjack.c
bounce.c
#ifndef SANSA_C200
bubbles.c
#endif

#if (LCD_WIDTH >= 160)
invadrox.c
#endif

#if LCD_WIDTH != 128 && !defined SANSA_C200
/* These need adjusting for the iRiver if'p and Sansa c200, small H10 screen */
brickmania.c
#endif
calculator.c
chip8.c
chopper.c
demystify.c
jewels.c
#ifndef SANSA_C200
minesweeper.c
#endif
oscilloscope.c
pong.c
sliding_puzzle.c
snake.c
snake2.c
solitaire.c
#ifndef SANSA_C200
sokoban.c
#endif
star.c
starfield.c
#if CONFIG_LCD == LCD_SSD1815
video.c
#endif
vu_meter.c
wormlet.c

#if CONFIG_RTC 
#if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
calendar.c
#endif
#endif /* CONFIG_RTC */

#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
chessbox.c
#if CONFIG_KEYPAD == RECORDER_PAD
rockboy.c
#endif
#endif

/* not support recorder models for now */
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
fireworks.c
#endif
xobox.c
spacerocks.c
#if LCD_DEPTH >= 16
rockpaint.c
#endif

rocklife.c
#endif /* HAVE_LCD_BITMAP */

#ifdef HAVE_LCD_CHARCELLS          /* Player model only */
euroconverter.c
nim.c
#endif /* HAVE_LCD_CHARCELLS */

#if CONFIG_CODEC == SWCODEC        /* software codec platforms */
mp3_encoder.c
midiplay.c
wav2wv.c
#else                              /* hardware codec platforms */
#ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
alpine_cdc.c
#endif
splitedit.c
#endif /* CONFIG_CODEC */

/* Platform-specific plugins */
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
iriverify.c
#endif
#if defined(IRIVER_H100_SERIES)
iriver_flash.c
#endif

#endif /* iFP7xx */
#if (LCD_WIDTH > 138)
/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */
superdom.c
#endif