From: Tomasz Marciniak Date: Mon, 12 Jun 2017 12:31:47 +0000 (+0200) Subject: [Calendar] Enable calendar module in wearable profile X-Git-Tag: submit/tizen/20170906.125601~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ead51b191b2c72268be0683f8501e890230865f7;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Calendar] Enable calendar module in wearable profile [Verification] Code compiles. Calendar is visible and can be used. Account and Contact modules are enabled as well. Calendar depends on them. Change-Id: I9fdb656609a67e7311eca4f8bfabd8aab428b0ed Signed-off-by: Tomasz Marciniak --- diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 3da147e5..4040313d 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -167,7 +167,7 @@ Source0: %{name}-%{version}.tar.gz %define tizen_wearable_privilege_engine CYNARA # Account API is optional in Tizen Wearable Profile. -%define tizen_wearable_feature_account_support 0 +%define tizen_wearable_feature_account_support 1 %define tizen_wearable_feature_alarm_support 1 %define tizen_wearable_feature_app_control_settings_support 1 @@ -185,8 +185,8 @@ Source0: %{name}-%{version}.tar.gz %define tizen_wearable_feature_bookmark_support 0 # Calendar API is mandatory in Tizen Wearable Profile. -%define tizen_wearable_feature_calendar_support 0 -%define tizen_wearable_feature_contact_support 0 +%define tizen_wearable_feature_calendar_support 1 +%define tizen_wearable_feature_contact_support 1 %define tizen_wearable_feature_content_support 1 %define tizen_wearable_feature_datacontrol_support 1 %define tizen_wearable_feature_datasync_support 0