Openmoko2007
From Openmoko
Openmoko 2007 is the first release of our Open Source Phone Platform Stack.
Build Infrastructure Plan
| NOTE: this page is outdated |
Common Naming Scheme
- Application executables have the name openmoko-<appname>
- Panel Plugins have the name openmoko-panel-<appname>
| NOTE: This scheme corresponds also to the dbus application channels in the OpenMoko Core Library |
Directory Structure in SVN
- Please find the following in the SVN below 'trunk/src/target/OM-2007'.
| NOTE: Please update this table, when you do changes in SVN |
| Directory | Contents |
|---|---|
| ./doc | Documentation |
| ./doc/developer | Developer Documentation |
| ./doc/user | User Documentation |
| _ | |
| ./applications | Applications using the OpenMoko Framework that are launched through the main menu. Every entry corresponds to one executable entity. |
| ./applications/openmoko-rssreader | Rss Reader |
| ./applications/openmoko-sketchbook | Sketch Book |
| ./applications/openmoko-mediaplayer | Media Player |
| ./applications/openmoko-pictureviewer | Picture Viewer |
| ./applications/openmoko-taskmanager | Implements the Footer and View Active Applications |
| ./applications/openmoko-panel | Top Panel(matchbox-panel-0.9.3) |
| ./applications/openmoko-preferences | Preferences |
| ./applications/openmoko-simplemediaplayer | Simple MediaPlayer |
| ./applications/openmoko-gpsnavigation | GPS navigation |
| ./applications/openmoko-calendar | Calendar |
| ./applications/openmoko-helpviewer | Help Viewer |
| ./applications/openmoko-appmanager | Application Manager |
| ./applications/openmoko-terminal | Terminal |
| ./applications/openmoko-contacts | Contacts |
| ./applications/openmoko-clocks | Clocks |
| ./applications/openmoko-today | Today |
| ./applications/openmoko-filebrowser | File Browser |
| ./applications/openmoko-messages | Messages |
| _ | |
| ./daemons | Contains services that run in the background and are launched by sysvinit. Every entry corresponds to one executable. |
| ./daemons/gsmd | GSM daemon |
| ./daemons/agpsd | GPS daemon |
| ./daemons/schedulerd | Alarm daemon |
| ./daemons/clickd | Click sound daemon |
| _ | |
| ./artwork | Contains artwork that is used by multiple applications |
| ./artwork/images | images in .png or .jpeg format |
| ./artwork/fonts | fonts in .ttf format |
| ./artwork/sounds | sounds in .wav format |
| _ | |
| ./libraries | Contains libraries that are used by multiple applications. |
| ./libraries/openmoko-libs | Contains the OpenMokoFramework library |
| _ | |
| ./panel-plugins | Contains applications that are displayed as icon in the Footer and started through that. Every entry corresponds to one executable entity. |
| ./panel-plugins/openmoko-panel-profiles | Changing Profiles |
| ./panel-plugins/openmoko-panel-bt | Show Bluetooth Connection Status |
| ./panel-plugins/openmoko-panel-im | Show IM Presence status |
| ./panel-plugins/openmoko-panel-search | Launch Search |
| ./panel-plugins/openmoko-panel-gsm | Show GSM Connection Status |
| ./panel-plugins/openmoko-panel-gps | Show GPS Connection Status |
| ./panel-plugins/openmoko-panel-mainmenu | Launch Main Menu |
| ./panel-plugins/openmoko-panel-quicklauncher | Launch Quick Launcher |
| ./panel-plugins/openmoko-panel-phone | Launch Dialer |
| ./panel-plugins/openmoko-panel-usb | Show USB Connection Status |
| ./panel-plugins/openmoko-panel-battery | Show Battery Monitor |
| ./panel-plugins/openmoko-panel-gprs | Show GPRS Connection Status |
| ./panel-plugins/openmoko-panel-screengrab | Launch Screen Grabber |
| ./panel-plugins/openmoko-panel-clock | Launch Clocks |


