Add a new definition 55/162055/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 29 Nov 2017 00:58:48 +0000 (09:58 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 29 Nov 2017 00:58:48 +0000 (09:58 +0900)
Adds:
 - AUL_K_NEW_INSTANCE

Change-Id: I375bdb43a0168a9e39e0e22d43392ced21a9471b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul.h

index 3792a34..fa37025 100644 (file)
@@ -282,6 +282,8 @@ typedef enum aul_widget_instance_event {
 #define AUL_K_PROFILE  "__AUL_PROFILE__"
 /** AUL internal private key */
 #define AUL_K_IS_GLOBAL        "__AUL_IS_GLOBAL__"
+/** AUL internal private key */
+#define AUL_K_NEW_INSTANCE     "__AUL_NEW_INSTANCE__"
 
 
 /**