/* plugins common to all models */ battery_bench.c battery_test.c chessclock.c credits.c cube.c dict.c favorites.c firmware_flash.c logo.c metronome.c mosaique.c rockbox_flash.c search.c snow.c sort.c stats.c stopwatch.c vbrfix.c viewer.c #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ dice.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ #if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ #ifndef HAVE_LCD_COLOR grayscale.c #endif fire.c jpeg.c mandelbrot.c plasma.c #endif bejeweled.c bounce.c #if (LCD_WIDTH != 138) && (LCD_WIDTH != 128) /* These need adjusting for the Mini's and iRiver if'p screen */ brickmania.c #endif calculator.c chip8.c demystify.c flipit.c minesweeper.c oscillograph.c oscilloscope.c pong.c rockblox.c sliding_puzzle.c snake.c snake2.c solitaire.c sokoban.c star.c starfield.c #if (LCD_WIDTH != 176) && (LCD_WIDTH != 138) /* These need adjusting for the iPod Nano and Mini */ sudoku.c #endif #if CONFIG_LCD == LCD_SSD1815 video.c #endif vu_meter.c #if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */ wormlet.c #endif #ifdef CONFIG_RTC clock.c #if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */ calendar.c #endif #endif /* CONFIG_RTC */ #if (MEM <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */ chessbox.c #if CONFIG_KEYPAD == RECORDER_PAD rockboy.c #endif #endif #endif /* HAVE_LCD_BITMAP */ #ifdef HAVE_LCD_CHARCELLS /* Player model only */ euroconverter.c jackpot.c nim.c #endif /* HAVE_LCD_CHARCELLS */ #if CONFIG_CODEC == SWCODEC /* software codec platforms */ iriverify.c mp3_encoder.c midi2wav.c wav2wv.c #else /* hardware codec platforms */ #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ alpine_cdc.c #endif splitedit.c #endif /* CONFIG_CODEC */ #endif /* iFP7xx */