summaryrefslogtreecommitdiff
path: root/contacts-viewer/org.tizen.contacts-viewer.xml
blob: 2387e5efad3f3d3fc520ac8653c6510dce4f9717 (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
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.contacts-viewer" version="0.1.2" install-location="internal-only">
	<label>Contacts-Viewer</label>
	<author email="ensung.park@samsung.com" href="www.samsung.com">ensung park</author>
	<description>Contacts-Viewer Application</description>
	<ui-application appid="org.tizen.contacts-viewer" exec="/usr/apps/org.tizen.contacts-viewer/bin/contacts-viewer" nodisplay="true" multiple="false" type="capp" taskmanage="true">
		<icon>org.tizen.contacts.png</icon>
		<label>Contacts-Viewer</label>
                <label xml:lang="en-us">Contacts-Viewer</label>
                <label xml:lang="nl-nl">Contacts-Viewer</label>
                <label xml:lang="de-de">Contacts-Viewer</label>
                <label xml:lang="en-gb">Contacts-Viewer</label>
                <label xml:lang="zh-hk">Contacts-Viewer</label>
                <label xml:lang="zh-cn">Contacts-Viewer</label>
                <label xml:lang="ru-ru">Contacts-Viewer</label>
                <label xml:lang="zh-tw">Contacts-Viewer</label>
                <label xml:lang="ja-jp">Contacts-Viewer</label>
                <label xml:lang="es-es">Contacts-Viewer</label>
                <label xml:lang="el-gr">Contacts-Viewer</label>
                <label xml:lang="it-it">Contacts-Viewer</label>
                <label xml:lang="tr-tr">Contacts-Viewer</label>
                <label xml:lang="pt-pt">Contacts-Viewer</label>
                <label xml:lang="fr-fr">Contacts-Viewer</label>
                <label xml:lang="ko-kr">Contacts-Viewer</label>
		<application-service>
			<operation name="http://tizen.org/appcontrol/operation/view"/>
			<mime name="text/x-vcard"/>
			<mime name="text/directory"/>
		</application-service>
	</ui-application>
</manifest>