Adds:
- AUL_K_MULTI_INSTANCE_SHORTCUT
Change-Id: I6a2b886a48fc8a4c748a5aac48f2428b49030147
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* @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__"