2005-05-30 13:43:15 +00:00
|
|
|
#ifdef ROCKBOX_HAS_LOGF
|
2005-05-30 13:00:43 +00:00
|
|
|
logfdisp.c
|
2005-05-30 13:43:15 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
alarm_menu.c
|
2005-08-21 23:01:12 +00:00
|
|
|
abrepeat.c
|
2004-10-04 13:03:33 +00:00
|
|
|
bookmark.c
|
|
|
|
debug_menu.c
|
|
|
|
filetypes.c
|
|
|
|
language.c
|
|
|
|
main.c
|
|
|
|
main_menu.c
|
|
|
|
menu.c
|
|
|
|
misc.c
|
|
|
|
onplay.c
|
|
|
|
playlist.c
|
|
|
|
playlist_menu.c
|
|
|
|
playlist_viewer.c
|
|
|
|
plugin.c
|
|
|
|
screens.c
|
|
|
|
settings.c
|
|
|
|
settings_menu.c
|
|
|
|
sleeptimer.c
|
|
|
|
sound_menu.c
|
|
|
|
status.c
|
2005-08-29 21:15:27 +00:00
|
|
|
#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
|
2004-10-04 13:03:33 +00:00
|
|
|
talk.c
|
2005-02-18 13:47:17 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
tree.c
|
2005-01-17 11:39:46 +00:00
|
|
|
dbtree.c
|
2005-04-26 21:37:44 +00:00
|
|
|
database.c
|
2005-01-17 11:39:46 +00:00
|
|
|
filetree.c
|
2005-10-28 00:00:00 +00:00
|
|
|
|
|
|
|
screen_access.c
|
|
|
|
gui/buttonbar.c
|
2005-11-22 03:38:07 +00:00
|
|
|
gui/gwps.c
|
|
|
|
gui/gwps-common.c
|
2005-10-28 00:00:00 +00:00
|
|
|
gui/icon.c
|
|
|
|
gui/list.c
|
2005-11-22 21:55:05 +00:00
|
|
|
gui/logo.c
|
2005-11-22 03:38:07 +00:00
|
|
|
gui/option_select.c
|
|
|
|
gui/quickscreen.c
|
2005-10-28 00:00:00 +00:00
|
|
|
gui/scrollbar.c
|
2005-11-04 07:18:36 +00:00
|
|
|
gui/select.c
|
2005-10-28 00:00:00 +00:00
|
|
|
gui/splash.c
|
|
|
|
gui/statusbar.c
|
2005-11-01 23:56:03 +00:00
|
|
|
gui/textarea.c
|
2005-11-18 02:07:02 +00:00
|
|
|
gui/yesno.c
|
2005-10-28 00:00:00 +00:00
|
|
|
|
2004-10-04 13:03:33 +00:00
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
|
|
player/icons.c
|
|
|
|
player/keyboard.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
recorder/bmp.c
|
|
|
|
recorder/icons.c
|
|
|
|
recorder/keyboard.c
|
|
|
|
recorder/peakmeter.c
|
|
|
|
recorder/widgets.c
|
2005-12-18 13:04:00 +00:00
|
|
|
#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODVIDEO)
|
2005-11-14 20:46:48 +00:00
|
|
|
recorder/logo-h300.c
|
2005-12-18 13:04:00 +00:00
|
|
|
#elif defined(APPLE_IPODCOLOR)
|
2005-11-15 02:19:02 +00:00
|
|
|
recorder/logo-ipod.c
|
2005-12-18 13:04:00 +00:00
|
|
|
#elif defined(APPLE_IPODNANO)
|
2005-11-15 02:19:02 +00:00
|
|
|
recorder/logo-nano.c
|
2005-11-14 20:46:48 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
#endif
|
|
|
|
#ifdef CONFIG_TUNER
|
|
|
|
recorder/radio.c
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_RECORDING
|
|
|
|
recorder/recording.c
|
|
|
|
#endif
|
2005-08-29 21:15:27 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC
|
2005-07-13 12:48:22 +00:00
|
|
|
pcmbuf.c
|
2005-06-05 23:05:10 +00:00
|
|
|
playback.c
|
2005-06-14 22:27:57 +00:00
|
|
|
metadata.c
|
2005-06-22 19:41:30 +00:00
|
|
|
codecs.c
|
2005-06-26 19:41:29 +00:00
|
|
|
dsp.c
|
2005-06-05 23:05:10 +00:00
|
|
|
#endif
|