summaryrefslogtreecommitdiff
path: root/sample.xml
blob: ac90ef7025e5c819be968c35d09dd3702ebd4b1b (plain)
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
31
32
33
34
<?xml version="1.0" encoding="ISO-8859-1"?>
<template>
		 
	<slp-property>
		<property-group>
			<sample-name>AccountApp</sample-name>
			<category>Sample</category>
			<sdk-version>1.00</sdk-version>
			<project-type>org.tizen.nativecpp.buildArtefactType.app</project-type>			
			<sample-description>description.xml</sample-description>
		</property-group>
	</slp-property>
	
	<process type="org.tizen.nativeappcommon.TizenCopyFolder">
		<simple name="projectName" value="$(projectName)"/>
		<simple name="folderPath" value="project"/>
		<complex-array name="replaceableFiles">
		  <element>
				<simple name="sourcePath" value="manifest.xml"/>
				<simple name="targetPath" value="manifest.xml"/>
				<simple name="replaceable" value = "true"/>
			</element>
		</complex-array>
	</process>
	<process type="org.tizen.nativecpp.SetDefaultFrameworks">
		<simple name="projectName" value="$(projectName)"/>
		<complex-array name="frameworkList">
			<element>
				<simple name="framework" value="osp"/>
			</element>
		</complex-array>
	</process>
	
</template>