From 82e6e4178c0fe5c913c431f0ee1099d068ebde5b Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 28 Jun 2019 10:03:47 +0900 Subject: [PATCH] Update the description The APP_CONTROL_DATA_RELOCATE_BELOW definition is only available for platform level signed applications. Change-Id: I4777f64836277eb694ad082c306e5c331deeba83 Signed-off-by: Hwankyu Jhun --- include/app_control_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/app_control_internal.h b/include/app_control_internal.h index 9adba53..7fd94e6 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -59,6 +59,7 @@ extern "C" { * @brief Definition for the app_control data: The value for supporting the relocating launched application under the callee application. * @details By default, this value is NULL. Once it is set to application ID, that application will be relocated under the callee applictaion after the callee application is resumed. * @remarks The value should be an application ID for the main application which has been launched before, otherwise it will be ignored. + * @remarks This definition is only available for platform level signed applications. */ #define APP_CONTROL_DATA_RELOCATE_BELOW "__K_RELOCATE_BELOW" -- 2.7.4