refractoring to use osso-game-startup
[mancala] / data / mancala.conf
1 [Startup Entry]
2 # the name of the application
3 Name=mancala
4 # the current version of the application
5 Version=0.2
6 # the title that is used, if not specified by the GettextPackage
7 Title=Mancala
8 # the GettextPackage to be used to locate the title string
9 GettextPackage=mancala
10 # if the TitleId is defined, it searches for it inside the gettext package
11 # TitleId=example_title
12 # if the game has a plug-in
13 PluginPath=/home/opt/mancala/plugin/mancala-ui-plugin.so
14 # the games-startup screen image
15 Image=/home/opt/mancala/data/mancala.png
16 # the D-BUS service, path and interface names
17 ServiceName=com.nokia.mancala
18 PathName=/com/nokia/mancala
19 InterfaceName=com.nokia.mancala
20