Updating templates path
This commit is contained in:
8
templates/tizen/hxml/debug.hxml
Normal file
8
templates/tizen/hxml/debug.hxml
Normal file
@@ -0,0 +1,8 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/tizen/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro allowPackage("flash")
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D tizen
|
||||
-debug
|
||||
-D no-compilation
|
||||
7
templates/tizen/hxml/release.hxml
Normal file
7
templates/tizen/hxml/release.hxml
Normal file
@@ -0,0 +1,7 @@
|
||||
-main ApplicationMain ::HAXE_FLAGS::
|
||||
-cp ::BUILD_DIR::/tizen/haxe
|
||||
-cpp ::CPP_DIR::
|
||||
--macro allowPackage("flash")
|
||||
--macro keep("::APP_MAIN::")
|
||||
-D tizen
|
||||
-D no-compilation
|
||||
4
templates/tizen/template/CommandLineBuild/build_data
Normal file
4
templates/tizen/template/CommandLineBuild/build_data
Normal file
@@ -0,0 +1,4 @@
|
||||
PLATFORM_VER:Tizen 2.2
|
||||
ARCHITECTURE:armel
|
||||
TOOLCHAIN:GCC-4.5
|
||||
TYPE:app
|
||||
23
templates/tizen/template/manifest.xml
Normal file
23
templates/tizen/template/manifest.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
|
||||
<Id>::APP_PACKAGE::</Id>
|
||||
<Version>1.0.0</Version>
|
||||
<Type>C++App</Type>
|
||||
<Requirements>
|
||||
<Feature Name="http://tizen.org/feature/platform.native.api.version">2.2</Feature>
|
||||
</Requirements>
|
||||
<Apps>
|
||||
<ApiVersion>2.2</ApiVersion>
|
||||
<Privileges></Privileges>
|
||||
<UiApp Name="::APP_FILE::" Main="True" MenuIconVisible="False">
|
||||
<UiScalability CoordinateSystem="Logical" BaseScreenSize="Normal" LogicalCoordinate="720"></UiScalability>
|
||||
<UiTheme SystemTheme="White"></UiTheme>
|
||||
<DisplayNames>
|
||||
<DisplayName Locale="eng-GB">::APP_TITLE::</DisplayName>
|
||||
</DisplayNames>
|
||||
<Icons>
|
||||
<Icon Section="MainMenu">mainmenu.png</Icon>
|
||||
</Icons>
|
||||
</UiApp>
|
||||
</Apps>
|
||||
</Manifest>
|
||||
Reference in New Issue
Block a user