summaryrefslogtreecommitdiff
path: root/domain_api/Config_message.in
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2017-12-15 15:01:42 +0900
committerwchang kim <wchang.kim@samsung.com>2017-12-15 15:01:42 +0900
commit620ac866ce199dae4c5b3cf965ca05eaaf96bb49 (patch)
tree092ae20303c1234bd6ad360b8566f1b4226242be /domain_api/Config_message.in
parent7c7e891ba539336d621a0682c17bfbb8ea2df058 (diff)
downloadtbb-620ac866ce199dae4c5b3cf965ca05eaaf96bb49.tar.gz
tbb-620ac866ce199dae4c5b3cf965ca05eaaf96bb49.tar.bz2
tbb-620ac866ce199dae4c5b3cf965ca05eaaf96bb49.zip
Initial version
Change-Id: I3c3b4027d85da4e1dcfd91f8d5439279b1391f57
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