diff options
author | Thomas Jarosch <tomj@simonv.com> | 2011-02-08 20:05:25 +0000 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2011-02-08 20:05:25 +0000 |
commit | 5f037ac015e6d76d030a163753db5ff58cdff49b (patch) | |
tree | f5eb7dcdc0e0c3e373227e45061c1d99a14a0819 /uisimulator | |
parent | 4d129044390a087b6193b6ce63e035b2550b3ce4 (diff) |
Initial maemo platform support
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
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index fd256c56a4..2c921ed7ad 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -12,5 +12,7 @@ backlight-sim.c 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 |