From ec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Fri, 15 Sep 2023 08:58:08 +0900 Subject: [PATCH] Disable telephony related features in emul Change-Id: I376153f940e81409537abaf93fb63cbf1a37b7a2 Signed-off-by: Wootak Jung --- packaging/domain-apis-messaging.inc | 2 ++ packaging/domain-apis-telephony.inc | 2 ++ packaging/platform-preset-boards-emul.inc | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/domain-apis-messaging.inc b/packaging/domain-apis-messaging.inc index a5b66ad..6c5b730 100644 --- a/packaging/domain-apis-messaging.inc +++ b/packaging/domain-apis-messaging.inc @@ -46,9 +46,11 @@ This block supports managing Message service. %files sub2-domain_API-Messaging-Messages %posttrans sub2-domain_API-Messaging-Messages +%ifnarch %{ix86} x86_64 %tizen_feature tizen.org/feature/network.telephony.sms true %tizen_feature tizen.org/feature/network.telephony.sms.cbs true %tizen_feature tizen.org/feature/network.telephony.mms true +%endif %package sub2-domain_API-Messaging-Push Summary: Push Client diff --git a/packaging/domain-apis-telephony.inc b/packaging/domain-apis-telephony.inc index e447029..531e986 100644 --- a/packaging/domain-apis-telephony.inc +++ b/packaging/domain-apis-telephony.inc @@ -25,6 +25,8 @@ Suggests: tel-plugin-syspopup Tizen block (set of packages) for Group of domain API-Telephony %files sub1-domain_API-Telephony %posttrans sub1-domain_API-Telephony +%ifnarch %{ix86} x86_64 %tizen_feature tizen.org/feature/network.telephony true %tizen_feature tizen.org/feature/systemsetting.incoming_call true +%endif diff --git a/packaging/platform-preset-boards-emul.inc b/packaging/platform-preset-boards-emul.inc index 85cd3a6..989257d 100644 --- a/packaging/platform-preset-boards-emul.inc +++ b/packaging/platform-preset-boards-emul.inc @@ -453,7 +453,6 @@ Requires: tel-plugin-vmodem Packages of Telephony HAL and Feature for EMUL. %files sub2-Preset_boards-EMUL-Telephony %posttrans sub2-Preset_boards-EMUL-Telephony -%tizen_feature tizen.org/feature/network.telephony.service.umts true ### EMUL-Feedback ### -- 2.34.1