summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-03-21 20:54:02 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2013-03-21 20:54:02 +0900
commite4f0654d7cf9388d690e676b8cc8495c73dc0012 (patch)
tree68860bcd78d5ed91f97e83ed3abaefe58a116c90
parent618642ebaf66df03d15928c18f336e690d1f7e1c (diff)
downloadapp-svc-e4f0654d7cf9388d690e676b8cc8495c73dc0012.tar.gz
app-svc-e4f0654d7cf9388d690e676b8cc8495c73dc0012.tar.bz2
app-svc-e4f0654d7cf9388d690e676b8cc8495c73dc0012.zip
added operations
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
-rwxr-xr-xinclude/appsvc.h21
-rw-r--r--packaging/app-svc.spec2
2 files changed, 22 insertions, 1 deletions
diff --git a/include/appsvc.h b/include/appsvc.h
index d01aaa5..a0c275f 100755
--- a/include/appsvc.h
+++ b/include/appsvc.h
@@ -75,6 +75,20 @@ extern "C" {
#define APPSVC_OPERATION_SEARCH "http://tizen.org/appcontrol/operation/search"
/** APP_SVC OPERATION TYPE*/
#define APPSVC_OPERATION_DOWNLOAD "http://tizen.org/appcontrol/operation/download"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_SHARE "http://tizen.org/appcontrol/operation/share"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_MULTI_SHARE "http://tizen.org/appcontrol/operation/multi_share"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_COMPOSE "http://tizen.org/appcontorl/opeation/compose"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_LOCATION "http://tizen.org/appcontrol/operation/configure/location"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_FONT_TYPE "http://tizen.org/appcontrol/operation/configure/font/type"
+/** APP_SVC OPERATION TYPE*/
+#define APPSVC_OPERATION_FONT_SIZE "http://tizen.org/appcontrol/operation/configure/font/size"
+
+
/** APP_SVC DATA SUBJECT*/
@@ -93,6 +107,13 @@ extern "C" {
#define APPSVC_DATA_SELECTED "http://tizen.org/appcontrol/data/selected"
/** APP_SVC DATA TYPE*/
#define APPSVC_DATA_KEYWORD "http://tizen.org/appcontrol/data/keyword"
+/** APP_SVC DATA TYPE*/
+#define APPSVC_DATA_PATH "http://tizen.org/appcontrol/data/path"
+/** APP_SVC DATA TYPE*/
+#define APPSVC_DATA_SELECTION_MODE "http://tizen.org/appcontrol/data/selection_mode"
+/** APP_SVC DATA TYPE*/
+#define APPSVC_DATA_RETURN_RESULT "http://tizen.org/appcontrol/data/return_result"
+
/** 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 d62c6f2..c1b4c0f 100644
--- a/packaging/app-svc.spec
+++ b/packaging/app-svc.spec
@@ -1,6 +1,6 @@
Name: app-svc
Summary: App svc
-Version: 0.1.48
+Version: 0.1.49
Release: 1
Group: System/Libraries
License: Apache License, Version 2.0