[Calendar] Enable calendar module in wearable profile 12/133512/2
authorTomasz Marciniak <t.marciniak@samsung.com>
Mon, 12 Jun 2017 12:31:47 +0000 (14:31 +0200)
committerTomasz Marciniak <t.marciniak@samsung.com>
Fri, 30 Jun 2017 05:07:19 +0000 (07:07 +0200)
[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 <t.marciniak@samsung.com>
packaging/webapi-plugins.spec

index 3da147e5aeda795b51c539d00c95a2c3dfb25755..4040313dac1df0c95b6471e6f50dbabb12a60fc8 100644 (file)
@@ -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