Update the description 44/208744/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 28 Jun 2019 01:03:47 +0000 (10:03 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 28 Jun 2019 01:05:02 +0000 (10:05 +0900)
The APP_CONTROL_DATA_RELOCATE_BELOW definition is only available for
platform level signed applications.

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

index 9adba539622709f35802fb5d8ab5a243cf2fc65d..7fd94e66df629262607773be83b5e44c3392fb04 100644 (file)
@@ -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"