summaryrefslogtreecommitdiff
path: root/org.tizen.home.xml.in
blob: a33e3dfd121172ab0a80b733e0561cd2155f4548 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
	<label>home</label>
	<author email="soohye.shin@samsung.com" href="www.samsung.com">Soohye Shin</author>
	<description>home</description>
	<ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="true">
		<label>home</label>
	</ui-application>
</manifest>