[Coding Style] Polish map.c
[apps/native/sample/adventure.git] / tizen-manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="com.ideaspot.momentic" version="1.0.0">
3     <author email="storycompiler@hanmail.net" href="storycompiler.tistory.com">Idea spot</author>
4     <profile name="mobile"/>
5     <ui-application appid="com.ideaspot.momentic" exec="momentic" multiple="false" nodisplay="false" taskmanage="true" type="capp">
6         <label>Momentic</label>
7         <icon>adventure.png</icon>
8     </ui-application>
9     <privileges>
10         <privilege>http://tizen.org/privilege/systemsettings</privilege>
11     </privileges>
12     <feature name="http://tizen.org/feature/screen.size.normal.480.800">true</feature>
13 </manifest>