Restore the correct #if for deciding when to build Rockblox. It should be disabled...
[Rockbox.git] / apps / plugins / SOURCES
blob0c3b5778bd855b47c4869216046e753e2c79ea56
1 /* plugins common to all models */
2 battery_bench.c
3 chessclock.c
4 credits.c
5 cube.c
6 dict.c
7 firmware_flash.c
8 logo.c
9 mosaique.c
10 properties.c
11 random_folder_advance_config.c
12 #if ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200) 
13 rockblox.c
14 #endif
15 rockbox_flash.c
16 search.c
17 snow.c
18 sort.c
19 stats.c
20 stopwatch.c
21 vbrfix.c
22 viewer.c
24 /* plugins built for all targets, but not for the simulator */
25 #if !defined(SIMULATOR)
26 metronome.c
27 #endif
29 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
30 wavplay.c
31 #endif
33 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
34 dice.c
35 flipit.c
37 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
38 disktidy.c
39 mazezam.c
40 text_editor.c
42 /* Plugins needing the grayscale lib on low-depth LCDs */
43 fire.c
44 jpeg.c
45 mandelbrot.c
46 plasma.c
48 bounce.c
49 #ifndef SANSA_E200
50 bubbles.c
51 #endif
53 #if LCD_WIDTH != 128  && !defined(SANSA_E200)
54 /* These need adjusting for the iRiver if'p screen */
55 brickmania.c
56 #endif
57 calculator.c
58 chip8.c
59 demystify.c
60 #ifndef SANSA_E200
61 jewels.c
62 #endif
63 minesweeper.c
64 oscilloscope.c
65 pong.c
66 sliding_puzzle.c
67 snake.c
68 snake2.c
69 solitaire.c
70 sokoban.c
71 star.c
72 starfield.c
73 #if CONFIG_LCD == LCD_SSD1815
74 video.c
75 #endif
76 vu_meter.c
77 #if !defined(IRIVER_H10_5GB) && !defined(SANSA_E200)
78 wormlet.c
79 #endif
81 #ifdef CONFIG_RTC 
82 clock.c
83 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
84 calendar.c
85 #endif
86 #endif /* CONFIG_RTC */
88 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
89 chessbox.c
90 #if CONFIG_KEYPAD == RECORDER_PAD
91 rockboy.c
92 #endif
93 #endif
95 /* not support recorder models for now */
96 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
97 fireworks.c
98 xobox.c
99 #endif
100 #if !defined(SANSA_E200)
101 spacerocks.c
102 #endif
103 #if LCD_DEPTH >= 16
104 rockpaint.c
105 #endif
107 #endif /* HAVE_LCD_BITMAP */
109 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
110 euroconverter.c
111 jackpot.c
112 nim.c
113 #endif /* HAVE_LCD_CHARCELLS */
115 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
116 mp3_encoder.c
117 midiplay.c
118 wav2wv.c
119 #else                              /* hardware codec platforms */
120 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
121 alpine_cdc.c
122 #endif
123 splitedit.c
124 #endif /* CONFIG_CODEC */
126 /* Platform-specific plugins */
127 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
128 iriverify.c
129 #endif
130 #if defined(IRIVER_H100_SERIES)
131 iriver_flash.c
132 #endif
134 #endif /* iFP7xx */