Add key for sharing profile with launchpad 52/149752/3
authorHyunho Kang <hhstark.kang@samsung.com>
Mon, 10 Jul 2017 08:43:10 +0000 (17:43 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Thu, 21 Sep 2017 11:53:53 +0000 (11:53 +0000)
https://review.tizen.org/gerrit/#/c/137812/ (launchpad)
https://review.tizen.org/gerrit/#/c/137904/ (amd)
https://review.tizen.org/gerrit/#/c/137917/ (aul-1)

Change-Id: I1e38f31fe239ad103a466f868885ba7e26172c25
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul.h

index 78ef06e..5b98f84 100644 (file)
@@ -276,6 +276,8 @@ typedef enum aul_widget_instance_event {
 #define AUL_K_FAST_LAUNCH      "__AUL_FAST_LAUNCH__"
 /** AUL internal private key */
 #define AUL_K_IS_FAULT "__AUL_IS_FAULT__"
+/** AUL internal private key */
+#define AUL_K_PROFILE  "__AUL_PROFILE__"
 
 
 /**