summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-04-12 08:12:28 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2018-04-16 04:08:25 +0000
commit1e577a7f9994e77ae44c49f1f22b92aa5505db3a (patch)
tree5db2695cfc817d62315c498a89ee4708acd0449a
parentb5306bb5e2a9d94156f2b8ce01bbf78e0c6eddc5 (diff)
downloadaul-1-1e577a7f9994e77ae44c49f1f22b92aa5505db3a.tar.gz
aul-1-1e577a7f9994e77ae44c49f1f22b92aa5505db3a.tar.bz2
aul-1-1e577a7f9994e77ae44c49f1f22b92aa5505db3a.zip
Add new definitions for checking indirect launch request
Adds: - AUL_K_REQUEST_TYPE - AUL_K_ORG_CALLER_APPID - AUL_K_ORG_CALLER_PKGID Requires: - https://review.tizen.org/gerrit/#/c/175262/ - https://review.tizen.org/gerrit/#/c/175212/ - https://review.tizen.org/gerrit/#/c/175419/ - https://review.tizen.org/gerrit/#/c/175210/ Change-Id: Ifeb2ee7bfbe67bded2322982a7c4103e1d441514 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/aul.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/aul.h b/include/aul.h
index c2b38c21..1a1350e9 100644
--- a/include/aul.h
+++ b/include/aul.h
@@ -286,7 +286,12 @@ typedef enum aul_widget_instance_event {
#define AUL_K_NEW_INSTANCE "__AUL_NEW_INSTANCE__"
/** AUL internal private key */
#define AUL_K_IS_INSTALLED "__AUL_IS_INSTALLED__"
-
+/** AUL internal private key */
+#define AUL_K_REQUEST_TYPE "__AUL_REQUEST_TYPE__"
+/** AUL internal private key */
+#define AUL_K_ORG_CALLER_APPID "__AUL_ORG_CALLER_APPID__"
+/** AUL internal private key */
+#define AUL_K_ORG_CALLER_PKGID "__AUL_ORG_CALLER_PKGID__"
/**
* @brief This is callback function for aul_launch_init