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>
* @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"