From 2de38e9bfbf5669b25dd708228763b844522d1a5 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Fri, 18 Nov 2022 16:08:21 +0900 Subject: [PATCH] Add a new aul key for res-control This key represents resource packages which will be mounted. Change-Id: I88458ca382781ddc667d95c4cc275a251271c95d Signed-off-by: Sangyoon Jang --- include/aul_key.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/aul_key.h b/include/aul_key.h index 1a8a60f..9a7687b 100644 --- a/include/aul_key.h +++ b/include/aul_key.h @@ -964,9 +964,14 @@ */ #define AUL_K_PKG_EVENT_RESULT "__AUL_K_PKG_EVENT_RESULT__" - /** * @brief Definition for AUL: The socket timeout milli seconds. * @since_tizen 7.5 */ #define AUL_K_SOCKET_TIMEOUT "__AUL_SOCKET_TIMEOUT__" + +/** + * @brief Definition for AUL: The list of mounted resource packages + * @since_tizen 7.5 + */ +#define AUL_K_MOUNT_RES_PKGIDS "__AUL_MOUNT_RES_PKGIDS__" -- 2.7.4