Add package signature files generation code in spec file
[platform/framework/native/certificate-selector.git] / manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
3     <Id>hyCsE05ySM</Id>
4     <Version>1.0.0</Version>
5     <Type>C++App</Type>
6     <Descriptions/>
7     <Requirements>
8         <Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
9         <Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
10     </Requirements>
11     <Apps>
12         <ApiVersion>2.0</ApiVersion>
13         <Privileges/>
14         <UiApp Main="True" MenuIconVisible="False" Name="CertificateSelector" SubMode="True">
15             <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
16             <UiTheme SystemTheme="White"/>
17             <DisplayNames>
18                 <DisplayName Locale="eng-GB">CertificateSelector</DisplayName>
19             </DisplayNames>
20             <Icons>
21                 <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
22             </Icons>
23             <AppControls>
24                 <AppControl>
25                     <Operation>http://tizen.org/appcontrol/operation/pick</Operation>
26                 </AppControl>
27             </AppControls>
28             <LaunchConditions/>
29             <Notifications/>
30         </UiApp>
31     </Apps>
32 </Manifest>