5f037ac015
Adds Nokia N900, N810 and N800 support. Features: - Introduce maemo specific platform defines - Play audio in silent mode - Stop playback on incoming calls - Battery level readout - Bluetooth headset support - Save CPU by disabling screen updates if the display is off or the app doesn't have input focus - N900: GStreamer audio backend Kudos to kugel for the code review. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29248 a1c6a512-1295-4272-9138-f99709370657
18 lines
294 B
Text
18 lines
294 B
Text
#ifdef SIMULATOR
|
|
lcd-common.c
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
font-player.c
|
|
lcd-playersim.c
|
|
sim_icons.c
|
|
#endif
|
|
fmradio.c
|
|
backlight-sim.c
|
|
#endif
|
|
|
|
io.c
|
|
sim_tasks.c
|
|
/* this is still needed for application since it has some stubs */
|
|
#if !(CONFIG_PLATFORM & PLATFORM_MAEMO)
|
|
powermgmt-sim.c
|
|
#endif
|
|
stubs.c
|