From 5fd33dafbd76ee20b9ef691b9749fb06370d946f Mon Sep 17 00:00:00 2001 From: sooyeon Date: Wed, 25 Sep 2024 14:03:55 +0900 Subject: [PATCH] [TRE-3204] Add mmi-framework to Platform image Change-Id: I5089388769753a51104ff6d920837dc3ab6910f2 Signed-off-by: sooyeon --- mapping-bb-rs.xml | 3 +++ packaging/domain-apis-uix.inc | 16 ++++++++++++++++ packaging/platform-preset-iot.inc | 2 ++ 3 files changed, 21 insertions(+) diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 708eabd..f757a92 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -543,5 +543,8 @@ capi-appfw-cion-rs.xml + + mmi-rs.xml + diff --git a/packaging/domain-apis-uix.inc b/packaging/domain-apis-uix.inc index 2684742..3c0fe07 100644 --- a/packaging/domain-apis-uix.inc +++ b/packaging/domain-apis-uix.inc @@ -15,6 +15,7 @@ Suggests: %{name}-sub2-domain_API-UIX-Voice_control_elementary Suggests: %{name}-sub2-domain_API-UIX-Multi_assistant Suggests: %{name}-sub2-domain_API-UIX-Sticker Suggests: %{name}-sub2-domain_API-UIX-Autofill +Suggests: %{name}-sub2-domain_API-UIX-Multi_modal_interaction %description sub1-domain_API-UIX Tizen block (set of packages) for Group of domain API-UIX %files sub1-domain_API-UIX @@ -180,3 +181,18 @@ Autofill is a feature that allows you to fill out the data previously entered by such as email, account and address in a text input field. %files sub2-domain_API-UIX-Autofill + + +%package sub2-domain_API-UIX-Multi_modal_interaction +Summary: Multi-modal Interaction + +Requires: mmi + +%description sub2-domain_API-UIX-Multi_modal_interaction +MMI(Multi-modal Interaction) provides functions to implement nodes and workflows. +Nodes provides services which have specific objects such as speech recognition, speech synthesis, and so on. +Workflows are composed of multiple nodes and they can be executed sequentially or in parallel. + +%files sub2-domain_API-UIX-Multi_modal_interaction +%posttrans sub2-domain_API-UIX-Multi_modal_interaction +%tizen_feature tizen.org/feature/multimodal_interaction true diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 62dddb8..d4be71a 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -218,6 +218,7 @@ Requires: %{name}-sub2-domain_API-UIX-Voice_control_elementary Requires: %{name}-sub2-domain_API-UIX-Multi_assistant Requires: %{name}-sub2-domain_API-UIX-Sticker Requires: %{name}-sub2-domain_API-UIX-Autofill +Requires: %{name}-sub2-domain_API-UIX-Multi_modal_interaction Requires: %{name}-sub2-domain_API-Web-WebView Requires: %{name}-sub2-domain_API-MachineLearning-NNStreamer Requires: %{name}-sub2-domain_API-MachineLearning-NNTrainer @@ -372,6 +373,7 @@ Requires: %{name}-sub2-domain_API-System-dlog Requires: %{name}-sub2-domain_API-UI-EFL_MainLoop Requires: %{name}-sub2-domain_API-UIX-TTS Requires: %{name}-sub2-domain_API-UIX-Voice_control +Requires: %{name}-sub2-domain_API-UIX-Multi_modal_interaction Requires: %{name}-sub2-domain_API-Web-json_Glib #From TRE-2900 Requires: %{name}-sub2-domain_API-System-Resource_Monitor -- 2.34.1