2006-04-01 13:32:16 +00:00
|
|
|
#ifndef IRIVER_IFP7XX_SERIES
|
|
|
|
|
|
|
|
/* For all targets */
|
|
|
|
|
|
|
|
/* For various targets... */
|
2007-08-04 03:01:46 +00:00
|
|
|
|
|
|
|
#if CONFIG_RTC
|
|
|
|
clock
|
|
|
|
#endif
|
|
|
|
|
2007-04-09 17:47:32 +00:00
|
|
|
#if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
|
|
|
|
|| defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
|
2006-04-01 13:32:16 +00:00
|
|
|
rockboy
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For all targets with a bitmap display */
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
chessbox
|
2006-04-01 18:38:34 +00:00
|
|
|
sudoku
|
2007-06-30 20:04:42 +00:00
|
|
|
reversi
|
2006-04-01 18:38:34 +00:00
|
|
|
#endif
|
2006-04-01 13:32:16 +00:00
|
|
|
|
2006-09-15 11:11:16 +00:00
|
|
|
/* For all 2bpp and colour targets */
|
|
|
|
#if (LCD_DEPTH >= 2)
|
|
|
|
zxbox
|
|
|
|
#endif
|
|
|
|
|
2007-04-08 13:34:48 +00:00
|
|
|
/* For all the colour targets, iriver H1x0 and iAudio M5 */
|
|
|
|
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) \
|
|
|
|
|| defined(IAUDIO_M5)
|
2006-04-01 13:32:16 +00:00
|
|
|
pacbox
|
|
|
|
#endif
|
|
|
|
|
2007-01-17 19:02:50 +00:00
|
|
|
/* For all the color targets */
|
|
|
|
#if defined(HAVE_LCD_COLOR) || \
|
2007-01-14 13:48:09 +00:00
|
|
|
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
2006-04-01 13:32:16 +00:00
|
|
|
doom
|
|
|
|
#endif
|
|
|
|
|
2007-03-26 01:32:31 +00:00
|
|
|
/* For all the swcodec targets */
|
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2006-08-07 22:11:07 +00:00
|
|
|
mpegplayer
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
#endif /* IRIVER_IFP7XX_SERIES */
|