From d3e0b32101ca287bd89bbd90e7401d035ad391b0 Mon Sep 17 00:00:00 2001 From: Szymon Jastrzebski Date: Fri, 2 Mar 2018 08:54:50 +0100 Subject: [PATCH] [Voice-control] Enabling module for 5.0 [Verification] Code compiles, TCT VC A&M 100% Change-Id: I6a01eb8548582660da8f09ae1fdc75af04e1da59 Signed-off-by: Szymon Jastrzebski --- packaging/webapi-plugins.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index dd078e51..dee54099 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -159,7 +159,7 @@ Source0: %{name}-%{version}.tar.gz %define tizen_mobile_feature_tvinputdevice_support 0 -%define tizen_mobile_feature_voicecontrol_support 0 +%define tizen_mobile_feature_voicecontrol_support 1 %define tizen_mobile_feature_ppm_support 1 #################################################################### @@ -236,7 +236,7 @@ Source0: %{name}-%{version}.tar.gz %define tizen_wearable_feature_inputdevice_support 1 %define tizen_wearable_feature_tvinputdevice_support 0 -%define tizen_wearable_feature_voicecontrol_support 0 +%define tizen_wearable_feature_voicecontrol_support 1 %define tizen_wearable_feature_ppm_support 1 @@ -293,7 +293,7 @@ Source0: %{name}-%{version}.tar.gz %define tizen_tv_feature_wi_fi_support 1 %define tizen_tv_feature_inputdevice_support 0 %define tizen_tv_feature_tvinputdevice_support 1 -%define tizen_tv_feature_voicecontrol_support 0 +%define tizen_tv_feature_voicecontrol_support 1 %define tizen_tv_feature_ppm_support 0 # common, or "unified (undefined)" -- 2.34.1