rockbox/apps/plugins/SUBDIRS

41 lines
738 B
Text
Raw Normal View History

#ifndef IRIVER_IFP7XX_SERIES
/* For all targets */
/* For various targets... */
#if (CONFIG_KEYPAD == RECORDER_PAD) || \
(CONFIG_KEYPAD == IRIVER_H100_PAD) || \
defined(HAVE_LCD_COLOR)
rockboy
#endif
/* For all targets with a bitmap display */
#ifdef HAVE_LCD_BITMAP
chessbox
sudoku
#endif
/* For all 2bpp and colour targets */
#if (LCD_DEPTH >= 2)
zxbox
#endif
/* For all the colour targets and iriver H1x0 */
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
pacbox
#endif
/* For all the color targets */
#if defined(HAVE_LCD_COLOR) || \
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
doom
#endif
/* For all the colour targets */
#if defined(HAVE_LCD_COLOR)
mpegplayer
#endif
#endif /* IRIVER_IFP7XX_SERIES */