projects
/
platform
/
core
/
appfw
/
aul-1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512b036
)
Add widget viewer operation key
98/66498/2
author
Daehyeon Jung
<darrenh.jung@samsung.com>
Tue, 19 Apr 2016 08:02:22 +0000
(17:02 +0900)
committer
Daehyeon Jung
<darrenh.jung@samsung.com>
Wed, 20 Apr 2016 06:58:35 +0000
(15:58 +0900)
Change-Id: Ic8855fa89a1a09bdbbfcb6a15d65c375608e37ee
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
include/aul_svc.h
patch
|
blob
|
history
diff --git
a/include/aul_svc.h
b/include/aul_svc.h
index
fcd6f48
..
7c9ecea
100755
(executable)
--- a/
include/aul_svc.h
+++ b/
include/aul_svc.h
@@
-92,6
+92,9
@@
extern "C" {
#define AUL_SVC_K_SELECTOR_EXTRA_LIST "http://tizen.org/appcontrol/data/selector_extra_list"
+/** AUL SVC internal private key */
+#define AUL_SVC_OPERATION_LAUNCH_WIDGET "http://tizen.org/appcontrol/operation/launch_widget"
+
#ifdef _APPFW_FEATURE_MULTI_INSTANCE
#define AUL_SVC_K_MULTI_INSTANCE "multi_instance"
#endif