summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2012-09-04 13:55:09 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2012-09-04 14:03:33 +0900
commit77238c2a9ebc12419249ab13ee6aaa483e59a120 (patch)
tree123fb8db19826f58a00e927d22a17cbea40885c7
parent0cb05ed35673fd1258c5f66d2673412317fa3d0d (diff)
downloadapp-svc-master.tar.gz
app-svc-master.tar.bz2
app-svc-master.zip
Change-Id: I40a06110ff7c74bffa98ce5d011a4ff3e916cea4
-rwxr-xr-xinclude/appsvc.h38
-rw-r--r--packaging/app-svc.spec2
2 files changed, 20 insertions, 20 deletions
diff --git a/include/appsvc.h b/include/appsvc.h
index 789c139..ccf5c6c 100755
--- a/include/appsvc.h
+++ b/include/appsvc.h
@@ -54,45 +54,45 @@ extern "C" {
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_DEFAULT "http://tizen.org/appsvc/operation/default"
+#define APPSVC_OPERATION_DEFAULT "http://tizen.org/appcontrol/operation/default"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_EDIT "http://tizen.org/appsvc/operation/edit"
+#define APPSVC_OPERATION_EDIT "http://tizen.org/appcontrol/operation/edit"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_VIEW "http://tizen.org/appsvc/operation/view"
+#define APPSVC_OPERATION_VIEW "http://tizen.org/appcontrol/operation/view"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_PICK "http://tizen.org/appsvc/operation/pick"
+#define APPSVC_OPERATION_PICK "http://tizen.org/appcontrol/operation/pick"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_CREATE_CONTENT "http://tizen.org/appsvc/operation/create_content"
+#define APPSVC_OPERATION_CREATE_CONTENT "http://tizen.org/appcontrol/operation/create_content"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_CALL "http://tizen.org/appsvc/operation/call"
+#define APPSVC_OPERATION_CALL "http://tizen.org/appcontrol/operation/call"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_SEND "http://tizen.org/appsvc/operation/send"
+#define APPSVC_OPERATION_SEND "http://tizen.org/appcontrol/operation/send"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_SEND_TEXT "http://tizen.org/appsvc/operation/send_text"
+#define APPSVC_OPERATION_SEND_TEXT "http://tizen.org/appcontrol/operation/send_text"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_DIAL "http://tizen.org/appsvc/operation/dial"
+#define APPSVC_OPERATION_DIAL "http://tizen.org/appcontrol/operation/dial"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_SEARCH "http://tizen.org/appsvc/operation/search"
+#define APPSVC_OPERATION_SEARCH "http://tizen.org/appcontrol/operation/search"
/** APP_SVC OPERATION TYPE*/
-#define APPSVC_OPERATION_DOWNLOAD "http://tizen.org/appsvc/operation/download"
+#define APPSVC_OPERATION_DOWNLOAD "http://tizen.org/appcontrol/operation/download"
/** APP_SVC DATA SUBJECT*/
-#define APPSVC_DATA_SUBJECT "http://tizen.org/appsvc/data/subject"
+#define APPSVC_DATA_SUBJECT "http://tizen.org/appcontrol/data/subject"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_TO "http://tizen.org/appsvc/data/to"
+#define APPSVC_DATA_TO "http://tizen.org/appcontrol/data/to"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_CC "http://tizen.org/appsvc/data/cc"
+#define APPSVC_DATA_CC "http://tizen.org/appcontrol/data/cc"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_BCC "http://tizen.org/appsvc/data/bcc"
+#define APPSVC_DATA_BCC "http://tizen.org/appcontrol/data/bcc"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_TEXT "http://tizen.org/appsvc/data/text"
+#define APPSVC_DATA_TEXT "http://tizen.org/appcontrol/data/text"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_TITLE "http://tizen.org/appsvc/data/title"
+#define APPSVC_DATA_TITLE "http://tizen.org/appcontrol/data/title"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_SELECTED "http://tizen.org/appsvc/data/selected"
+#define APPSVC_DATA_SELECTED "http://tizen.org/appcontrol/data/selected"
/** APP_SVC DATA TYPE*/
-#define APPSVC_DATA_KEYWORD "http://tizen.org/appsvc/data/keyword"
+#define APPSVC_DATA_KEYWORD "http://tizen.org/appcontrol/data/keyword"
/** APP SVC internal private key */
#define APP_SVC_K_URI_R_INFO "__APP_SVC_URI_R_INFO__"
diff --git a/packaging/app-svc.spec b/packaging/app-svc.spec
index 1dbae67..1b7a9b7 100644
--- a/packaging/app-svc.spec
+++ b/packaging/app-svc.spec
@@ -1,7 +1,7 @@
#sbs-git:slp/pkgs/a/app-svc app-svc 0.1.19 de68cdc468eaded317b4f5be9cdafebb01639aa0
Name: app-svc
Summary: App svc
-Version: 0.1.26
+Version: 0.1.27
Release: 1
Group: System/Libraries
License: Apache License, Version 2.0