From: Hwankyu Jhun Date: Tue, 18 Feb 2020 01:33:40 +0000 (+0900) Subject: Add a new definition for app-defined loader feature X-Git-Tag: accepted/tizen/unified/20200221.093457~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=431e70b9a6952d7ae20ec3546e5f26d080b2c5cd;p=platform%2Fcore%2Fappfw%2Faul-1.git Add a new definition for app-defined loader feature 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 --- diff --git a/include/aul_key.h b/include/aul_key.h index 4b4b4df..ead9ed3 100644 --- a/include/aul_key.h +++ b/include/aul_key.h @@ -744,3 +744,9 @@ * @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__"