Add new app_control operation for VPN service settings 93/58693/3 submit/tizen/20160204.041504
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Feb 2016 02:09:44 +0000 (11:09 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 3 Feb 2016 02:41:07 +0000 (18:41 -0800)
Change-Id: I7cdde40584fac8912be1ef888fb1d44d65cae107
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h

index 38b6b12..2de89a6 100644 (file)
@@ -323,6 +323,14 @@ typedef enum {
 #define APP_CONTROL_OPERATION_SETTING_WIFI "http://tizen.org/appcontrol/operation/setting/wifi"
 
 /**
+ * @brief Definition for the app control operation: Shows VPN service settings.
+ * @details Input: Nothing\n
+ *          Output: Nothing\n
+ * @since_tizen 3.0
+ */
+#define APP_CONTROL_OPERATION_SETTING_VPN "http://tizen.org/appcontrol/operation/setting/vpn"
+
+/**
  * @brief Definition for app_control data: Subject
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */