summaryrefslogtreecommitdiff
path: root/domain_api/Config_network.in
diff options
context:
space:
mode:
Diffstat (limited to 'domain_api/Config_network.in')
-rw-r--r--domain_api/Config_network.in168
1 files changed, 168 insertions, 0 deletions
diff --git a/domain_api/Config_network.in b/domain_api/Config_network.in
new file mode 100644
index 0000000..cea4e76
--- /dev/null
+++ b/domain_api/Config_network.in
@@ -0,0 +1,168 @@
+menu "Network API"
+config building-blocks-sub2-domain_API-Network-ASP
+ bool "ASP"
+ select building-blocks-sub2-domain_API-Network-DNSSD
+ help
+ Tizen block set of packages for API sets of domain API-Network-ASP.
+ To use this feature, either Data Network or Wi-Fi connection is required
+ and you need the package either DNSSD or WiFi Direct. A default is DNSSD.
+
+config building-blocks-sub2-domain_API-Network-Bluetooth_BREDR
+ bool "Bluetooth BREDR"
+ select bluetooth-frwk-plugin-headed if TBB_ENABLE_EFL
+ select org.tizen.bt-syspopup if TBB_ENABLE_EFL
+ select org.tizen.bt-syspopup-profile_common if TBB_ENABLE_EFL
+ depends on TBB_ENABLE_BLUETOOTH
+ help
+ Enabling Bluetooth BREDR and it is possible to Bluetooth BREDR API.
+
+config building-blocks-sub2-domain_API-Network-Bluetooth_Call_Audio
+ bool "Bluetooth Call Audio"
+ select building-blocks-sub2-domain_API-Network-Bluetooth_BREDR
+ depends on TBB_ENABLE_BLUETOOTH
+ help
+ Enabling Bluetooth Call Audio functionality
+
+config building-blocks-sub2-domain_API-Network-Bluetooth_LE
+ bool "Bluetooth LE"
+ select bluetooth-frwk-plugin-headed if TBB_ENABLE_EFL
+ select org.tizen.bt-syspopup if TBB_ENABLE_EFL
+ select org.tizen.bt-syspopup-profile_common if TBB_ENABLE_EFL
+ depends on TBB_ENABLE_BLE
+ help
+ Enabling Bluetooth LE Only functionality
+
+config bluetooth-frwk-plugin-headed
+ bool
+ depends on TBB_ENABLE_EFL && (TBB_ENABLE_BLUETOOTH || TBB_ENABLE_BLE)
+config org.tizen.bt-syspopup
+ bool
+ depends on TBB_ENABLE_EFL && (TBB_ENABLE_BLUETOOTH || TBB_ENABLE_BLE)
+config org.tizen.bt-syspopup-profile_common
+ bool
+ depends on TBB_ENABLE_EFL && (TBB_ENABLE_BLUETOOTH || TBB_ENABLE_BLE)
+
+config building-blocks-sub2-domain_API-Network-Bluetooth_Media_Audio
+ bool "Bluetooth Media Audio"
+ select building-blocks-sub2-domain_API-Network-Bluetooth_BREDR
+ depends on TBB_ENABLE_BLUETOOTH
+ help
+ Enabling Bluetooth Media Audio functionality
+
+
+config building-blocks-sub2-domain_API-Network-Bluetooth_Transfer
+ bool "Bluetooth Transfer"
+ select building-blocks-sub2-domain_API-Network-Bluetooth_BREDR
+ depends on TBB_ENABLE_BLUETOOTH
+ help
+ Enabling Bluetooth Transfer functionalityOPP, PBAP
+
+config building-blocks-sub2-domain_API-Network-Connection
+ bool "Connection"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-Connection.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-Curl
+ bool "Curl"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-Curl.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-DNSSD
+ bool "DNS-SD"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-DNSSD.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-HTTP
+ bool "HTTP"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-HTTP.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-MTP
+ bool "MTP"
+ help
+ Enabling MTPMedia Transfer Protocol Initiator and it is possible to user MTP API
+
+config building-blocks-sub2-domain_API-Network-NFC
+ bool "NFC"
+ depends on TBB_ENABLE_NFC
+ help
+ Enabling NFC Manager and it is possible to user NFC API
+
+config building-blocks-sub2-domain_API-Network-SSDP
+ bool "SSDP"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-SSDP.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-STC
+ bool "STC"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-STC.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-Smartcard
+ bool "Smartcard"
+ select building-blocks-sub2-domain_API-Network-NFC if TBB_ENABLE_NFC
+ depends on TBB_ENABLE_TELEPHONY || TBB_ENABLE_NFC
+ help
+ Enabling SmartcardSecure Element Manager and it is possible to user Smartcard API.
+ In case of USIM device, smartcard-plugin-uicc and sub1-domain_API-Telephony have to be chosen.
+ In case of embedded SE, smartcard-plugin-nfc and sub2-domain_API-Network-NFC have to be chosen.
+
+config smartcard-plugin-uicc
+ bool
+ default y if(TBB_ENABLE_TELEPHONY && building-blocks-sub2-domain_API-Network-Smartcard)
+
+config smartcard-plugin-nfc
+ bool
+ default y if(TBB_ENABLE_NFC && building-blocks-sub2-domain_API-Network-Smartcard)
+
+config building-blocks-sub2-domain_API-Network-VPN_Service
+ bool "VPN Service"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Tizen block set of packages for API sets of domain API-Network-VPN_Service.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
+config building-blocks-sub2-domain_API-Network-WiFi
+ bool "Wifi"
+ depends on TBB_ENABLE_WIFI
+ help
+ Tizen block set of packages for API sets of domain API-Network-WiFi.
+
+config building-blocks-sub2-domain_API-Network-WiFi_Direct
+ bool "Wifi Direct"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ depends on TBB_ENABLE_WIFI_DIRECT && TBB_ENABLE_WIFI
+ help
+ Tizen block set of packages for API sets of domain API-Network-WiFiDirect.
+
+config building-blocks-sub2-domain_API-Network-WiFi_Manager
+ bool "Wifi Manager"
+ depends on TBB_ENABLE_WIFI
+ help
+ Tizen block set of packages for API sets of domain API-Network-WiFi_Manager.
+
+config net-config-plugin-headed
+ bool
+ default y if(TBB_ENABLE_WIFI && TBB_ENABLE_EFL)
+
+endmenu