summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWootak Jung <wootak.jung@samsung.com>2023-09-15 08:58:08 +0900
committerwchang kim <wchang.kim@samsung.com>2023-09-15 09:16:53 +0900
commitec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4 (patch)
tree878e2e3aa9fd5a2b353051e3d535d38e59998411
parent250b6ddbf33d5ff45e384575fbb4cb86f213bd48 (diff)
downloadbuilding-blocks-ec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4.tar.gz
building-blocks-ec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4.tar.bz2
building-blocks-ec2f45c2ad97f0d161b1b4ccdb827dfe0b10a4f4.zip
Disable telephony related features in emulaccepted/tizen/unified/20230915.085425
Change-Id: I376153f940e81409537abaf93fb63cbf1a37b7a2 Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rw-r--r--packaging/domain-apis-messaging.inc2
-rw-r--r--packaging/domain-apis-telephony.inc2
-rw-r--r--packaging/platform-preset-boards-emul.inc1
3 files changed, 4 insertions, 1 deletions
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 ###