From e19154467de0f74cc25beeb344c40dd1da5be2d5 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 30 May 2018 13:30:42 +0900 Subject: [PATCH] Add a new definition for RPC-Port Adds: - APP_CONTROL_DATA_RPC_PORT Change-Id: Idbee6011c31bc488c7b0213d7b46df84edebc2ba Signed-off-by: Hwankyu Jhun --- include/app_control_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/app_control_internal.h b/include/app_control_internal.h index 83759a1..bb6d8be 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -68,6 +68,12 @@ extern "C" { */ #define APP_CONTROL_DATA_BACKGROUND_LAUNCH "__K_BG_LAUNCH" +/** + * @brief Definition for the app_control data: The value for checking RPC-Port request. + * @details If the value exists, the application is launched by RPC-Port request. + */ +#define APP_CONTROL_DATA_RPC_PORT "__K_RPC_PORT" + /** * @brief Replaces all data in the app_control with the bundle. * -- 2.34.1