From e4f0654d7cf9388d690e676b8cc8495c73dc0012 Mon Sep 17 00:00:00 2001 From: Jaeho Lee Date: Thu, 21 Mar 2013 20:54:02 +0900 Subject: [PATCH] added operations Signed-off-by: Jaeho Lee --- include/appsvc.h | 21 +++++++++++++++++++++ packaging/app-svc.spec | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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 -- 2.7.4