summaryrefslogtreecommitdiff
path: root/domain_api/Config_telephony.in
diff options
context:
space:
mode:
Diffstat (limited to 'domain_api/Config_telephony.in')
-rw-r--r--domain_api/Config_telephony.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/domain_api/Config_telephony.in b/domain_api/Config_telephony.in
new file mode 100644
index 0000000..e400e37
--- /dev/null
+++ b/domain_api/Config_telephony.in
@@ -0,0 +1,21 @@
+if TBB_ENABLE_TELEPHONY
+menu "Telephony API"
+config building-blocks-sub1-domain_API-Telephony
+ bool "Telephony"
+ help
+ Tizen block set of packages for Group of domain API-Telephony
+
+config tel-plugin-indicator
+ bool
+ default y if TBB_ENABLE_EFL
+
+config tel-plugin-syspopup
+ bool
+ default y if TBB_ENABLE_EFL
+
+config tel-plugin-nitz
+ bool
+ default y if TBB_ENABLE_EFL
+
+endmenu
+endif