add new operation to support event system. 04/39904/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150609.181953 accepted/tizen/3.0.2015.q2/common/20150615.091836 accepted/tizen/common/20150609.084319 accepted/tizen/mobile/20150609.085838 accepted/tizen/tv/20150612.003521 accepted/tizen/wearable/20150609.085859 submit/tizen/20150601.084214 submit/tizen/20150602.063407 submit/tizen/20150602.110936 submit/tizen/20150605.114228 submit/tizen_3.0.2015.q2_common/20150609.170642 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_tv/20150611.000000
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 26 May 2015 07:21:02 +0000 (16:21 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 26 May 2015 07:21:02 +0000 (16:21 +0900)
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>
include/appsvc.h

index 35e04c4..d88c437 100755 (executable)
@@ -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"