1 /* plugins common to all models */
11 random_folder_advance_config.c
23 #endif /* HAVE_BACKLIGHT */
27 #endif /* SIMULATOR */
28 #if (CONFIG_CPU == SH7034)
30 #endif /* CONFIG_CPU */
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 */
63 /* Plugins needing the grayscale lib on low-depth LCDs */
87 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
96 #endif /* CONFIG_RTC */
98 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
100 #if CONFIG_KEYPAD == RECORDER_PAD
106 /* overlay loader for Goban */
107 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
112 /* not support recorder models for now */
113 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
123 #endif /* HAVE_LCD_BITMAP */
125 #ifdef HAVE_LCD_CHARCELLS /* Player model only */
128 #endif /* HAVE_LCD_CHARCELLS */
130 #if CONFIG_CODEC == SWCODEC /* software codec platforms */
133 #else /* hardware codec platforms */
134 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
135 /* not for Ondio, has no remote control pin */
138 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
141 #endif /* CONFIG_CODEC */
143 #if LCD_DEPTH > 1 /* non-mono bitmap targets */
147 /* Platform-specific plugins */
148 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
151 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
156 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
157 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
164 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
168 #if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID)