From: Hwankyu Jhun Date: Tue, 19 Mar 2019 06:14:33 +0000 (+0900) Subject: Add a new definition for component-based application X-Git-Tag: accepted/tizen/unified/20190325.070939~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a42a718db7f450f05cb2d547fe7b9dd41811eed2;p=platform%2Fcore%2Fappfw%2Faul-1.git Add a new definition for component-based application Added: - AUL_K_COMPONENT_ID Change-Id: Ide441f884830f9105a3151285694d3a319167d6e Signed-off-by: Hwankyu Jhun --- diff --git a/include/aul_key.h b/include/aul_key.h index 273ccd1..bae439d 100644 --- a/include/aul_key.h +++ b/include/aul_key.h @@ -619,3 +619,8 @@ */ #define AUL_K_INSTALLED_STORAGE "__AUL_INSTALLED_STORAGE__" +/** + * @brief Definition for AUL: The component ID. + * @since_tizen 5.5 + */ +#define AUL_K_COMPONENT_ID "__AUL_COMPONENT_ID__"