1 /* plugins common to all models */
11 random_folder_advance_config.c
18 #ifdef HAVE_TOUCHSCREEN
28 #endif /* HAVE_BACKLIGHT */
32 #endif /* SIMULATOR */
33 #if (CONFIG_CPU == SH7034)
35 #endif /* CONFIG_CPU */
37 #if defined(IPOD_NANO2G) && !defined(SIMULATOR)
41 #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
42 (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
46 #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
50 #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
53 #if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
57 #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
62 #ifdef HAVE_LCD_BITMAP /* Not for the Player */
79 /* Plugins needing the grayscale lib on low-depth LCDs */
102 #if (CONFIG_LCD == LCD_SSD1815) && (CONFIG_CODEC != SWCODEC) && \
111 #endif /* CONFIG_RTC */
113 #if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
115 #if CONFIG_KEYPAD == RECORDER_PAD
121 /* overlay loader for Goban */
122 #if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
128 /* not support recorder models for now */
129 #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
139 #endif /* HAVE_LCD_BITMAP */
141 #ifdef HAVE_LCD_CHARCELLS /* Player model only */
144 #endif /* HAVE_LCD_CHARCELLS */
146 #if CONFIG_CODEC == SWCODEC /* software codec platforms */
149 #else /* hardware codec platforms */
150 #if !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM)
151 /* not for Ondio, has no remote control pin */
154 #if defined(HAVE_LCD_BITMAP) && !defined(SIMULATOR)
157 #endif /* CONFIG_CODEC */
159 #if LCD_DEPTH > 1 /* non-mono bitmap targets */
163 /* Platform-specific plugins */
164 #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
167 #if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
172 #if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
173 /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
180 #ifdef USB_ENABLE_HID