1 /* plugins common to all models */
12 random_folder_advance_config.c
24 #endif /* HAVE_BACKLIGHT */
26 #ifdef OLYMPUS_MROBE_500
27 /* remove these once the plugins before it are compileable */
31 #ifndef OLYMPUS_MROBE_500
33 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
37 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
40 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
44 #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
49 #ifdef HAVE_LCD_BITMAP /* Not for the Player */
57 /* Plugins needing the grayscale lib on low-depth LCDs */
82 #if CONFIG_LCD == LCD_SSD1815
89 #if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */
92 #endif /* CONFIG_RTC */
94 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
96 #if CONFIG_KEYPAD == RECORDER_PAD
102 /* not support recorder models for now */
103 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
113 #endif /* HAVE_LCD_BITMAP */
115 #ifdef HAVE_LCD_CHARCELLS /* Player model only */
118 #endif /* HAVE_LCD_CHARCELLS */
120 #if CONFIG_CODEC == SWCODEC /* software codec platforms */
123 #else /* hardware codec platforms */
124 #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */
128 #endif /* CONFIG_CODEC */
130 #if LCD_DEPTH > 1 /* non-mono bitmap targets */
134 #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
138 /* Platform-specific plugins */
139 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
142 #if defined(IRIVER_H100_SERIES)
147 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
148 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
152 #endif /* m:robe 500 */