summaryrefslogtreecommitdiff
path: root/org.tizen.simple-maps-tv.xml
blob: 428a4c1120cde9bcbafe9764b21d1fb03eda95db (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
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.simple-maps-tv" api-version="4.0" version="1.0.3" install-location="internal-only">
	<label>simple-maps</label>
	<author email="cbible.kim@samsung.com" href="www.samsung.com">Seechan Kim</author>
	<author email="jongmun.woo@samsung.com" href="www.samsung.com">JongMun Woo</author>
	<description>Simple-maps application</description>
	<ui-application appid="org.tizen.simple-maps-tv" exec="/usr/apps/org.tizen.simple-maps-tv/bin/simple-maps-tv" launch_mode="caller" nodisplay="true" multiple="false" type="capp" taskmanage="false">
		<label>Simple-maps</label>
		<icon>org.tizen.simple-maps-tv.png</icon>
		<app-control>
			<operation name="http://tizen.org/appcontrol/operation/view" />
			<uri name="geo" />
		</app-control>
		<app-control>
			<operation name="http://tizen.org/appcontrol/operation/pick" />
			<uri name="geo" />
		</app-control>
	</ui-application>
	<privileges>
		<privilege>http://tizen.org/privilege/mapservice</privilege>
		<privilege>http://tizen.org/privilege/network.get</privilege>
		<privilege>http://tizen.org/privilege/internet</privilege>
	</privileges>
</manifest>