From: Piotr Kosko
Date: Thu, 9 Nov 2017 11:32:10 +0000 (+0100)
Subject: [spec] enabled sensor for wearable profile
X-Git-Tag: submit/tizen_4.0/20171110.102410^0
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F159533%2F3;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[spec] enabled sensor for wearable profile
[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
---
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