appsvc -> appcontrol 2.0alpha master 2.0_alpha submit/master/20120920.150944
authorJisung Ahn <jcastle.ahn@samsung.com>
Tue, 4 Sep 2012 08:24:11 +0000 (17:24 +0900)
committerJisung Ahn <jcastle.ahn@samsung.com>
Tue, 4 Sep 2012 08:24:11 +0000 (17:24 +0900)
Change-Id: I66b8b56908185a2c1fcdc89bc9f35acd79097756

res/manifest/org.tizen.image-viewer.xml
src/image-viewer.c

index 0864d33..29efb3a 100755 (executable)
@@ -23,7 +23,7 @@
                <label xml:lang="fr-fr">Image viewer</label>
                <label xml:lang="ko-kr">이미지 뷰어</label>
                <application-service>
-                       <operation name="http://tizen.org/appsvc/operation/view"/>
+                       <operation name="http://tizen.org/appcontrol/operation/view"/>
                        <uri name="http"/>
                        <uri name="https"/>
                        <mime name="image/jpeg"/>
@@ -33,7 +33,7 @@
                        <mime name="image/vnd.wap.wbmp"/>
                </application-service>
                <application-service>
-                       <operation name="http://tizen.org/appsvc/operation/view"/>
+                       <operation name="http://tizen.org/appcontrol/operation/view"/>
                        <mime name="image/jpeg"/>
                        <mime name="image/bmp"/>
                        <mime name="image/png"/>
@@ -41,7 +41,7 @@
                        <mime name="image/vnd.wap.wbmp"/>
                </application-service>
                <application-service>
-                       <operation name="http://tizen.org/appsvc/operation/crop"/>
+                       <operation name="http://tizen.org/appcontrol/operation/crop"/>
                        <mime name="image/jpeg"/>
                        <mime name="image/bmp"/>
                        <mime name="image/png"/>
index e3681c1..7d01bf6 100755 (executable)
@@ -43,7 +43,7 @@
 #define UG_BUNDLE_KEY_SETAS_TYPE               "Setas type"
 #define UG_BUNDLE_KEY_STANDALONE               "Standalone"
 
-#define SERVICE_OPERATION_CROP "http://tizen.org/appsvc/operation/crop"
+#define SERVICE_OPERATION_CROP "http://tizen.org/appcontrol/operation/crop"
 
 static const char *_conver_error(int err)
 {