Modify appcontrol operation's field name 88/65488/1 accepted/tizen/common/20160411.130636 accepted/tizen/ivi/20160411.100338 accepted/tizen/mobile/20160411.100352 accepted/tizen/tv/20160411.100250 accepted/tizen/wearable/20160411.100312 submit/tizen/20160411.091129
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 11 Apr 2016 09:03:19 +0000 (18:03 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 11 Apr 2016 09:03:19 +0000 (18:03 +0900)
In tizen 2.4 we are using "application-service" field, but tizen 3.0 is using
"app-conrol" field in xml file

Change-Id: Iddf52185809a403e08fd7f5eeffd07ae9907e2d8
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
data/ug-bluetooth-efl.xml

index 51fabbd..3e27322 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="ug-bluetooth-efl" api-version="3.0" version="2.0.25" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="ug-bluetooth-efl" api-version="3.0" version="2.0.25" install-location="internal-only" type="rpm" preload="true">
        <label>Bluetooth</label>
        <author email="in.sung.cho@samsung.com" href="www.samsung.com">Insung Cho</author>
        <description>Bluetooth Setting</description>
-       <ui-application appid="ug-bluetooth-efl" exec="/usr/ug/bin/setting-bluetooth-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false">
+       <ui-application appid="ug-bluetooth-efl" exec="/usr/ug/bin/setting-bluetooth-efl" ui-gadget="true" nodisplay="true" multiple="true" type="capp" taskmanage="false" process-pool="true" launch_mode="caller">
                <label>Bluetooth</label>
                <label xml:lang="as-in">ব্লুটুথ</label>
                <label xml:lang="bn-in">ব্লুটুথ</label>
                <label xml:lang="zh-cn">蓝牙</label>
 
                <icon>/usr/share/icons/default/small/ug-bluetooth-efl.png</icon>
-               <application-service>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/share"/>
                        <mime name="*/*"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/share_contact"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/multi_share"/>
                        <mime name="*/*"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/share_text"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/bluetooth/pick"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/configure/bluetooth/visibility"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/edit"/>
                        <mime name="application/x-bluetooth-on-off"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/edit"/>
                        <mime name="application/x-bluetooth-visibility"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/setting/bt_visibility"/>
-               </application-service>
-               <application-service>
+               </app-control>
+               <app-control>
                        <operation name="http://tizen.org/appcontrol/operation/setting/bt_enable"/>
-               </application-service>
+               </app-control>
        </ui-application>
-       <ui-application appid="ug-bluetooth-efl-single" exec="/usr/ug/bin/setting-bluetooth-efl-single" nodisplay="true" multiple="true" type="capp" taskmanage="false">
+       <ui-application appid="ug-bluetooth-efl-single" exec="/usr/ug/bin/setting-bluetooth-efl-single" ui-gadget="true" nodisplay="true" multiple="true" type="capp" taskmanage="false" process-pool="true" launch_mode="caller">
             <label>Bluetooth-single</label>
                        <label xml:lang="as-in">ব্লুটুথ</label>
                        <label xml:lang="bn-in">ব্লুটুথ</label>