added new operations
authorJaeho Lee <jaeho81.lee@samsung.com>
Fri, 26 Apr 2013 10:19:05 +0000 (19:19 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Fri, 26 Apr 2013 10:19:05 +0000 (19:19 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
include/app_service.h

index 85ac9662a68674045ab5a54f17ec323e990a3155..21e2fd6757b3ac8a1ce1c5fc591bd0f8dedfc23f 100755 (executable)
@@ -112,6 +112,24 @@ typedef enum
 #define SERVICE_OPERATION_SEND_TEXT "http://tizen.org/appcontrol/operation/send_text"
 
 
+/**
+ * @brief      Service operation : share a item to someone else.
+ */
+#define SERVICE_OPERATION_SHARE "http://tizen.org/appcontrol/operation/share"
+
+
+/**
+ * @brief      Service operation : share multiple items to someone else.
+ */
+#define SERVICE_OPERATION_MULTI_SHARE "http://tizen.org/appcontrol/operation/multi_share"
+
+
+/**
+ * @brief      Service operation : share text data to someone else.
+ */
+#define SERVICE_OPERATION_SHARE_TEXT "http://tizen.org/appcontrol/operation/share_text"
+
+
 /**
  * @brief      Service operation : dial a number as specified by the data.
  */
@@ -124,6 +142,18 @@ typedef enum
 #define SERVICE_OPERATION_SEARCH "http://tizen.org/appcontrol/operation/search"
 
 
+/**
+ * @brief      Service operation : download a item.
+ */
+#define SERVICE_OPERATION_DOWNLOAD "http://tizen.org/appcontrol/operation/download"
+
+
+/**
+ * @brief      Service operation : print content.
+ */
+#define SERVICE_OPERATION_PRINT "http://tizen.org/appcontrol/operation/print"
+
+
 /**
  * @brief      Service optional data : the subject of a message.
  */
@@ -166,6 +196,12 @@ typedef enum
 #define SERVICE_DATA_SELECTED "http://tizen.org/appcontrol/data/selected"
 
 
+/**
+ * @brief      Service optional data : multiple item path to deliver.
+ */
+#define SERVICE_DATA_PATH "http://tizen.org/appcontrol/data/path"
+
+
 /**
  * @brief   Called when the reply of the launch request is delivered.
  *