PP502x: Add some important information about CPU/COP_CTL register to the header glean...
[Rockbox.git] / apps / plugins / SOURCES
blob48d9417e7a97df9d5aaef00247e3fdb44b2bb8d5
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 jackpot.c
9 logo.c
10 mosaique.c
11 properties.c
12 random_folder_advance_config.c
13 rockblox.c
14 rockbox_flash.c
15 search.c
16 snow.c
17 sort.c
18 stats.c
19 stopwatch.c
20 vbrfix.c
21 viewer.c
23 #if CONFIG_CODEC == SWCODEC
24 metronome.c
25 #endif
27 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
28 wavplay.c
29 #endif
30 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
31 wavrecord.c
32 #endif
34 #ifndef IRIVER_IFP7XX_SERIES       /* Temporarily disable plugins for iFP7xx */
35 dice.c
36 disktidy.c
37 flipit.c
39 #ifdef HAVE_LCD_BITMAP             /* Not for the Player */
40 maze.c
41 mazezam.c
42 text_editor.c
43 wavview.c
45 /* Plugins needing the grayscale lib on low-depth LCDs */
46 fire.c
47 jpeg.c
48 mandelbrot.c
49 plasma.c
51 blackjack.c
52 bounce.c
53 bubbles.c
55 #if (LCD_DEPTH >= 2) && !defined(IPOD_MINI) && !defined(IPOD_MINI2G) && !defined(IRIVER_H10_5GB)
56 invadrox.c
57 #endif
59 #if LCD_WIDTH != 128
60 /* These need adjusting for the iRiver if'p screen */
61 brickmania.c
62 #endif
63 calculator.c
64 chip8.c
65 chopper.c
66 demystify.c
67 jewels.c
68 minesweeper.c
69 oscilloscope.c
70 pong.c
71 sliding_puzzle.c
72 snake.c
73 snake2.c
74 solitaire.c
75 sokoban.c
76 star.c
77 starfield.c
78 #if CONFIG_LCD == LCD_SSD1815
79 video.c
80 #endif
81 vu_meter.c
82 wormlet.c
84 #if CONFIG_RTC 
85 clock.c
86 #if CONFIG_KEYPAD == RECORDER_PAD  /* Recorder models only for now */
87 calendar.c
88 #endif
89 #endif /* CONFIG_RTC */
91 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
92 chessbox.c
93 #if CONFIG_KEYPAD == RECORDER_PAD
94 rockboy.c
95 #endif
96 #endif
98 /* not support recorder models for now */
99 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
100 fireworks.c
101 #endif
102 xobox.c
103 spacerocks.c
104 #if LCD_DEPTH >= 16
105 rockpaint.c
106 #endif
108 rocklife.c
109 #endif /* HAVE_LCD_BITMAP */
111 #ifdef HAVE_LCD_CHARCELLS          /* Player model only */
112 euroconverter.c
113 nim.c
114 #endif /* HAVE_LCD_CHARCELLS */
116 #if CONFIG_CODEC == SWCODEC        /* software codec platforms */
117 mp3_encoder.c
118 midiplay.c
119 wav2wv.c
120 #else                              /* hardware codec platforms */
121 #ifndef HAVE_MMC                   /* not for Ondio, has no remote control pin */
122 alpine_cdc.c
123 #endif
124 splitedit.c
125 #endif /* CONFIG_CODEC */
127 /* Platform-specific plugins */
128 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
129 iriverify.c
130 #endif
131 #if defined(IRIVER_H100_SERIES)
132 iriver_flash.c
133 #endif
135 #endif /* iFP7xx */