diff options
Diffstat (limited to 'contacts-viewer/org.tizen.contacts-viewer.xml')
-rwxr-xr-x | contacts-viewer/org.tizen.contacts-viewer.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/contacts-viewer/org.tizen.contacts-viewer.xml b/contacts-viewer/org.tizen.contacts-viewer.xml new file mode 100755 index 0000000..2387e5e --- /dev/null +++ b/contacts-viewer/org.tizen.contacts-viewer.xml @@ -0,0 +1,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> |