2008-03-22 22:03:34 +00:00
|
|
|
#if !defined(IRIVER_IFP7XX_SERIES) && !defined(GIGABEAT_S)
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
/* For all targets */
|
2007-09-03 22:24:26 +00:00
|
|
|
shortcuts
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
/* 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 */
|
2007-11-02 05:21:34 +00:00
|
|
|
#if (LCD_DEPTH >= 2) && !defined(OLYMPUS_MROBE_500)
|
2006-09-15 11:11:16 +00:00
|
|
|
zxbox
|
|
|
|
#endif
|
|
|
|
|
2007-04-08 13:34:48 +00:00
|
|
|
/* For all the colour targets, iriver H1x0 and iAudio M5 */
|
2007-09-20 10:49:48 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
|
|
|
|
|| 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) || \
|
2008-03-25 23:21:36 +00:00
|
|
|
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
2006-04-01 13:32:16 +00:00
|
|
|
doom
|
|
|
|
#endif
|
2007-11-02 05:21:34 +00:00
|
|
|
|
2007-03-26 01:32:31 +00:00
|
|
|
/* For all the swcodec targets */
|
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2007-09-24 15:57:32 +00:00
|
|
|
midi
|
2007-09-27 04:46:53 +00:00
|
|
|
/* beatbox */
|
2006-08-07 22:11:07 +00:00
|
|
|
mpegplayer
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
#endif /* IRIVER_IFP7XX_SERIES */
|