Add a new definition for RPC-Port 86/180486/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:30:42 +0000 (13:30 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:32:10 +0000 (13:32 +0900)
Adds:
 - APP_CONTROL_DATA_RPC_PORT

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

index 83759a1fa42787f54c374c6665ee4a6f36918119..bb6d8beb0f6c1f12ea41b71036657524e7f50e2f 100644 (file)
@@ -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.
  *