Add a new definition for multiple instance shortcut 94/232094/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 28 Apr 2020 07:17:44 +0000 (16:17 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 28 Apr 2020 07:17:44 +0000 (16:17 +0900)
Adds:
 - AUL_K_MULTI_INSTANCE_SHORTCUT

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

index 60f84c8..8133e94 100644 (file)
  * @brief Definition for AUL: The widget disable.
  * @since_tizen 5.5
  */
-#define AUL_K_WIDGET_DISABLE "__AUL_WIDGET_DISABLE__"
+#define AUL_K_WIDGET_DISABLE            "__AUL_WIDGET_DISABLE__"
+
+/**
+ * @brief Definition for AUL: The flag of the multiple instance shortcut.
+ * @details If it's true, the request is for the multiple instance shortcut.
+ * @since_tizen 5.5
+ */
+#define AUL_K_MULTI_INSTANCE_SHORTCUT   "__AUL_MULTI_INSTANCE_SHORTCUT__"