summaryrefslogtreecommitdiff
path: root/domain_api/Config_message.in
diff options
context:
space:
mode:
Diffstat (limited to 'domain_api/Config_message.in')
-rw-r--r--domain_api/Config_message.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/domain_api/Config_message.in b/domain_api/Config_message.in
new file mode 100644
index 0000000..5e19069
--- /dev/null
+++ b/domain_api/Config_message.in
@@ -0,0 +1,26 @@
+menu "Messaging API"
+config building-blocks-sub2-domain_API-Messaging-Email
+ bool "Email"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ depends on TBB_ENABLE_EFL
+ help
+ This block supports managing Email service.
+ Telephony or WiFi should be selected to use Email service.
+ Telephony would be available when Telephony is selected.
+ Wifi would be available when Wifi is selected.
+
+config building-blocks-sub2-domain_API-Messaging-Messages
+ bool "Messages"
+ select building-blocks-sub1-domain_API-Telephony
+ depends on TBB_ENABLE_TELEPHONY
+ help
+ This block supports managing Message service
+
+config building-blocks-sub2-domain_API-Messaging-Push
+ bool "Push Client"
+ select building-blocks-sub2-domain_API-Network-WiFi
+ help
+ This block supports transferation push messages between devices and server.
+ Also, to use this feature, either Data Network or Wi-Fi connection is required.
+
+endmenu