axmol/samples/Cpp/HelloCpp/proj.tizen/manifest.xml

26 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
<Id>chzfHkPFS6</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.1</ApiVersion>
<Privileges/>
<UiApp HwAcceleration="On" LaunchingHistoryVisible="True" Main="True" MenuIconVisible="True" Name="HelloCpp">
<UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
<UiTheme SystemTheme="White"/>
<DisplayNames>
<DisplayName Locale="eng-GB">HelloCpp</DisplayName>
</DisplayNames>
<Icons>
<Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
</Icons>
<LaunchConditions/>
</UiApp>
</Apps>
</Manifest>