2008-05-02 00:38:11 +00:00
|
|
|
#if !defined(IRIVER_IFP7XX_SERIES)
|
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
|
2009-05-07 01:23:13 +00:00
|
|
|
#ifdef HAVE_TAGCACHE
|
|
|
|
pictureflow
|
|
|
|
#endif
|
2006-04-01 13:32:16 +00:00
|
|
|
chessbox
|
2008-10-21 16:05:46 +00:00
|
|
|
jpeg
|
2006-04-01 18:38:34 +00:00
|
|
|
sudoku
|
2007-06-30 20:04:42 +00:00
|
|
|
reversi
|
2009-02-11 16:42:50 +00:00
|
|
|
goban
|
2009-07-25 21:36:11 +00:00
|
|
|
#ifdef HAVE_LCD_COLOR
|
|
|
|
png
|
|
|
|
#endif
|
2008-05-31 08:48:06 +00:00
|
|
|
#ifndef OLYMPUS_MROBE_500
|
2006-09-15 11:11:16 +00:00
|
|
|
zxbox
|
|
|
|
#endif
|
2008-05-31 08:48:06 +00:00
|
|
|
#endif
|
2006-09-15 11:11:16 +00:00
|
|
|
|
2009-02-01 14:20:26 +00:00
|
|
|
/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
|
2009-08-04 03:08:32 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
|
2007-09-20 10:49:48 +00:00
|
|
|
|| 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 */
|
2008-04-08 19:31:45 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
|
2008-03-25 23:21:36 +00:00
|
|
|
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
2008-07-28 22:43:41 +00:00
|
|
|
#ifndef RB_PROFILE
|
2008-07-27 20:40:20 +00:00
|
|
|
doom
|
2006-04-01 13:32:16 +00:00
|
|
|
#endif
|
2008-07-28 22:43:41 +00:00
|
|
|
#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 */
|
2008-07-28 22:43:41 +00:00
|
|
|
#ifndef RB_PROFILE
|
2009-05-22 10:44:32 +00:00
|
|
|
#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
|
2008-07-27 20:40:20 +00:00
|
|
|
mpegplayer
|
2009-08-04 16:02:40 +00:00
|
|
|
#if defined(IRIVER_H300_SERIES)
|
|
|
|
/* PDBox is confirmed to run on these player models. */
|
|
|
|
pdbox
|
|
|
|
#endif
|
2006-08-07 22:11:07 +00:00
|
|
|
#endif
|
2008-07-28 22:43:41 +00:00
|
|
|
#endif
|
2009-05-22 10:44:32 +00:00
|
|
|
#endif
|
2006-08-07 22:11:07 +00:00
|
|
|
|
2009-05-21 19:01:41 +00:00
|
|
|
/* Lua needs at least 160 KB to work in */
|
|
|
|
#if (PLUGIN_BUFFER_SIZE >= 0x80000)
|
|
|
|
lua
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
#endif /* IRIVER_IFP7XX_SERIES */
|