forked from tizenschools/cantata-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.xml
More file actions
30 lines (30 loc) · 1.3 KB
/
manifest.xml
File metadata and controls
30 lines (30 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
<Id>hqcXbNwT4c</Id>
<Version>1.0.0</Version>
<Type>C++App</Type>
<Requirements>
<Feature Name="http://tizen.org/feature/platform.core.cpu.arch.x86">true</Feature>
<Feature Name="http://tizen.org/feature/platform.core.fpu.arch.vfpv3">true</Feature>
</Requirements>
<Apps>
<ApiVersion>2.0</ApiVersion>
<Privileges>
<Privilege>http://tizen.org/privilege/content.read</Privilege>
<Privilege>http://tizen.org/privilege/contact.write</Privilege>
<Privilege>http://tizen.org/privilege/content.write</Privilege>
<Privilege>http://tizen.org/privilege/contact.read</Privilege>
</Privileges>
<UiApp Main="True" MenuIconVisible="True" Name="cantata">
<UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
<UiTheme SystemTheme="White"/>
<DisplayNames>
<DisplayName Locale="eng-GB">cantata</DisplayName>
</DisplayNames>
<Icons>
<Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
</Icons>
<LaunchConditions/>
</UiApp>
</Apps>
</Manifest>