From: Wootak Jung Date: Thu, 14 Sep 2023 23:58:08 +0000 (+0900) Subject: Disable telephony related features in emul X-Git-Tag: accepted/tizen/unified/20230915.085425^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4;p=tools%2Fbuilding-blocks.git Disable telephony related features in emul Change-Id: I376153f940e81409537abaf93fb63cbf1a37b7a2 Signed-off-by: Wootak Jung --- 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 ###