change appsvc to appcontrol
[apps/home/phone-contacts.git] / phone / org.tizen.phone.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.phone" version="0.1.1" install-location="internal-only">
3         <label>Phone</label> 
4         <author email="ps.jeong@samsung.com" href="www.samsung.com">bongsu Jeong</author> 
5         <description>Phone Application</description> 
6         <ui-application appid="org.tizen.phone" exec="/usr/apps/org.tizen.phone/bin/phone tab phone" nodisplay="false" multiple="false" type="capp" taskmanage="true">
7                 <icon>org.tizen.phone.png</icon> 
8                 <label>Phone</label> 
9                 <label xml:lang="ko_KR">전화</label> 
10                 <label xml:lang="de_DE">Telefon</label> 
11                 <label xml:lang="en_GB">Phone</label> 
12                 <label xml:lang="en_US">Phone</label> 
13                 <label xml:lang="es_ES">Phone</label> 
14                 <label xml:lang="fr_FR">Phone</label> 
15                 <label xml:lang="it_IT">Telef.</label> 
16                 <label xml:lang="ja_JP">電話</label> 
17                 <label xml:lang="nl_NL">Telefoon</label> 
18                 <label xml:lang="pt_PT">Telef.</label> 
19                 <label xml:lang="ru_RU">Телефон</label> 
20                 <label xml:lang="tr_TR">Telefon</label> 
21                 <label xml:lang="zh_CN">手机</label> 
22                 <label xml:lang="zh_HK">電話</label> 
23                 <label xml:lang="zh_TW">電話</label> 
24
25                 <application-service>
26                         <operation name="http://tizen.org/appsvc/operation/dial" /> 
27                                 <mime name="tel" /> 
28                 </application-service>
29
30         </ui-application>
31 </manifest>