enable feature on wearable - push, notification
authorHyunjin Park <hj.na.park@samsung.com>
Fri, 15 May 2015 14:26:23 +0000 (23:26 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Fri, 15 May 2015 14:26:23 +0000 (23:26 +0900)
Change-Id: I68dd3ed92ff283d65f1dd5e0dc47c7324181b9e7

packaging/webapi-plugins.spec

index efc4b45e7149457ad4e74d7ddb44d42f0a5c6585..729259427f75aabb891c55f389499fb923a9634b 100755 (executable)
@@ -184,17 +184,10 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_feature_nfc_emulation_support       0
 %define tizen_feature_nfc_support                 0
 %endif
-%define tizen_feature_notification_support        0
+%define tizen_feature_notification_support        1
 %define tizen_feature_package_support             0
 %define tizen_feature_power_support               1
-# Push API is optional in Tizen Wearable Profile.
-%ifarch %{arm}
-# ARM
-%define tizen_feature_push_support                0
-%else
-# I586
 %define tizen_feature_push_support                1
-%endif
 %if 0%{?model_build_feature_smartcard }
 %define tizen_feature_se_support                  1
 %else