diff options
author | Semun Lee <semun.lee@samsung.com> | 2020-04-20 08:15:24 +0900 |
---|---|---|
committer | Woo Chang Kim <wchang.kim@samsung.com> | 2020-04-20 04:51:19 +0000 |
commit | 33f73ad77c60e4f01126f879c7ef1879ac9ee2b7 (patch) | |
tree | 699f947c0450de20f0506ca2271485a7f31e5e6f /packaging/domain-apis-network.inc | |
parent | 19534e72884f6a8311a4cf3abf9d1a20483d3c16 (diff) | |
download | building-blocks-33f73ad77c60e4f01126f879c7ef1879ac9ee2b7.tar.gz building-blocks-33f73ad77c60e4f01126f879c7ef1879ac9ee2b7.tar.bz2 building-blocks-33f73ad77c60e4f01126f879c7ef1879ac9ee2b7.zip |
Fix VPN building block
add plugins for VPN
Change-Id: Ib5c154386217e31b235800c9e7e3914bfc4362df
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Diffstat (limited to 'packaging/domain-apis-network.inc')
-rw-r--r-- | packaging/domain-apis-network.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index ce56947..fed429e 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -406,6 +406,9 @@ Summary: VPN_Service Requires: capi-vpnsvc #Requires: net-config Requires: %{name}-sub2-domain_API-Network-WiFi_Manager +Requires: capi-network-vpn-setting +Requires: connman-plugin-openvpn +Requires: connman-plugin-ipsec %description sub2-domain_API-Network-VPN_Service Tizen block (set of packages) for API sets of domain API-Network-VPN_Service <br> To use this feature, either Data Network or Wi-Fi connection is required. <br> |