From: Hwankyu Jhun Date: Wed, 30 May 2018 04:30:42 +0000 (+0900) Subject: Add a new definition for RPC-Port X-Git-Tag: submit/tizen/20180607.021807~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de1a5cc23ca0ad2845a380bf1e2e42b76b92de4a;p=platform%2Fcore%2Fapi%2Fapp-control.git Add a new definition for RPC-Port Adds: - APP_CONTROL_DATA_RPC_PORT Change-Id: Idbee6011c31bc488c7b0213d7b46df84edebc2ba Signed-off-by: Hwankyu Jhun --- 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. *