Add a new definition for app-defined loader feature 61/225161/3
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Feb 2020 01:33:40 +0000 (10:33 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 18 Feb 2020 02:19:46 +0000 (11:19 +0900)
Adds:
 - AUL_K_APP_DEFINED_LOADER

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/225161/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/amd/+/225160/
 - https://review.tizen.org/gerrit/#/c/platform/core/api/app-control/+/225157/

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

index 4b4b4df..ead9ed3 100644 (file)
  * @since_tizen 5.5
  */
 #define AUL_K_LAUNCHER_SERVICE_EVENT    "__K_LAUNCHER_SERVICE_EVENT__"
+
+/**
+ * @brief Definition for AUL: The name of the app-defined loader
+ * @since_tizen 5.5
+ */
+#define AUL_K_APP_DEFINED_LOADER        "__K_APP_DEFINED_LOADER__"