summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-05-26 16:21:02 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-05-26 16:21:02 +0900
commit4698b4d396ba606a93ad256eae305573326f187d (patch)
treed61449bdd4cdb16eebe1bced9904480577b17c32
parent681c60e7e515803465625d4a2290cc925fdad087 (diff)
downloadapp-svc-4698b4d396ba606a93ad256eae305573326f187d.tar.gz
app-svc-4698b4d396ba606a93ad256eae305573326f187d.tar.bz2
app-svc-4698b4d396ba606a93ad256eae305573326f187d.zip
add new operation for on-event-launch of event-system JIRA ticket : TC-2473 Change-Id: I3a0e6a0366dc897b8bbf35013e05bcf60068c2e6 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
-rwxr-xr-xinclude/appsvc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/appsvc.h b/include/appsvc.h
index 35e04c4..d88c437 100755
--- a/include/appsvc.h
+++ b/include/appsvc.h
@@ -88,6 +88,8 @@ extern "C" {
#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 OPERATION TYPE*/
+#define APPSVC_OPERATION_LAUNCH_ON_EVENT "http://tizen.org/appcontrol/operation/launch_on_event"