summaryrefslogtreecommitdiff
path: root/Template/Tizen Platform/Simple/helloworld/description.xml
blob: 06adf1480e8f41fd5448d4e16d2374aa7533c1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?> 
<?xml-stylesheet type="text/xsl" href="../../../../description.xsl"?>

<Overview version="0.17.1">
	<SampleName>Helloworld</SampleName>
	<SampleVersion>1.0</SampleVersion>
	<Description>This is the template project that shows "hello world!" on console view. If	you execute a "/usr/bin/{project name}" through launch wizard after	building the project, "hello world!" string will be printed on "Device Internal" console view.
	</Description>
	<TechnologyList>
		<Technology>
			<Name>Result</Name>
			<Info>[command] /usr/bin/helloworld
Hello World!</Info>
			<Url></Url>
		</Technology>
	</TechnologyList>
</Overview>