From fb0e799a1f2d17fd7b7fdc90d4ef63344b62258e Mon Sep 17 00:00:00 2001 From: Hunseop Jeong Date: Wed, 31 May 2023 16:53:57 +0900 Subject: [PATCH] Disable messaging support feature for DA profile Family Hub is based on the mobile profile, but the messaging service is unnecessary feature in Family Hub. Change-Id: Ic573b34da7fed005bf289062b0b339d695b3a12b Signed-off-by: Hunseop Jeong --- packaging/webapi-plugins.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index fcce33a..7cf0159 100644 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -122,7 +122,11 @@ Source0: %{name}-%{version}.tar.gz %define tizen_mobile_feature_media_controller_support 1 %define tizen_mobile_feature_media_key_support 1 %define tizen_mobile_feature_message_port_support 1 +%if 0%{?_with_da_profile} +%define tizen_mobile_feature_messaging_support 0 +%else %define tizen_mobile_feature_messaging_support 1 +%endif %define tizen_mobile_feature_metadata_support 1 %define tizen_mobile_feature_ml_support 1 %define tizen_mobile_feature_ml_nntrainer_support 1 -- 2.7.4