From b29858f5a2c9b201aafe7a152bb486ca47d996af Mon Sep 17 00:00:00 2001 From: Piotr Kosko Date: Thu, 9 Nov 2017 12:32:10 +0100 Subject: [PATCH] [spec] enabled sensor for wearable profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit [Requester] 20171109 1. [정군왕 / GunWang Jeong] Sensor module is a very important feature of wearable device. So it should be added and verified for wearable profile. 2. [정석원 / SEOKWON JEONG] just enable feature only without api behavior change or add new api something? [Verification] code compiles without errors. web-tct_4.0_r1_rc33: - with manually enabled sensor TCT for wearable: tct-namespace-tizen-tests (31/31 - 100%) tct-sensor-tizen-tests (A:97/97 M:6/6 - 100%) tct-capability-tests (32/32 - 100%) webWidgetTCT_4.0_r5 for sensor 100% Change-Id: If6bac42bddfd51a2179878c1e0d47010067291b0 Signed-off-by: Piotr Kosko --- packaging/webapi-plugins.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 0d3292b6..2cbeb4be 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -217,8 +217,7 @@ Source0: %{name}-%{version}.tar.gz %define tizen_wearable_feature_preference_support 1 %define tizen_wearable_feature_push_support 1 %define tizen_wearable_feature_se_support 1 -# sensor module is not supported in TW2 devices -%define tizen_wearable_feature_sensor_support 0 +%define tizen_wearable_feature_sensor_support 1 %define tizen_wearable_feature_sound_support 1 %define tizen_wearable_feature_system_info_support 1 %define tizen_wearable_feature_system_setting_support 1 -- 2.34.1