summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-02-03 11:09:44 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2016-02-02 18:41:07 -0800
commit57dd6f315447f95620ca9e9110b25fa5e65085ff (patch)
treea52e0dad48db4cc44705080f5b4eab1740c3399c
parentb66e54ea45b0b5042c66043a54f319e034527dae (diff)
downloadapplication-57dd6f315447f95620ca9e9110b25fa5e65085ff.tar.gz
application-57dd6f315447f95620ca9e9110b25fa5e65085ff.tar.bz2
application-57dd6f315447f95620ca9e9110b25fa5e65085ff.zip
Add new app_control operation for VPN service settingssubmit/tizen/20160204.041504
Change-Id: I7cdde40584fac8912be1ef888fb1d44d65cae107 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/app_control.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/app_control.h b/include/app_control.h
index 38b6b12..2de89a6 100644
--- a/include/app_control.h
+++ b/include/app_control.h
@@ -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
*/