From: gichan Date: Wed, 20 Apr 2022 04:30:46 +0000 (+0900) Subject: [TRE-2909] Add capi-machine-learning-service X-Git-Tag: submit/tizen/20220421.042522~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b5a8513ac53e3bad53c67c099acb3a0f6ca3a62;p=tools%2Fbuilding-blocks.git [TRE-2909] Add capi-machine-learning-service Add capi-machine-learning-service package to IoT images. Change-Id: I35a7c5f834d641d38512d66ea40246ec5b95535e Signed-off-by: gichan --- diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 291ec49..811cb7d 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -539,4 +539,7 @@ capi-system-resource-monitor-rs.xml + + capi-machine-learning-service-rs.xml + diff --git a/packaging/domain-apis-machinelearning.inc b/packaging/domain-apis-machinelearning.inc index b0d20c0..2461f80 100644 --- a/packaging/domain-apis-machinelearning.inc +++ b/packaging/domain-apis-machinelearning.inc @@ -5,6 +5,7 @@ Summary: Machine Learning API Group Requires: %{name}-sub2-domain_API-MachineLearning-NNStreamer Suggests: %{name}-sub2-domain_API-MachineLearning-NNTrainer +Suggests: %{name}-sub2-domain_API-MachineLearning-Service %description sub1-domain_API-MachineLearning Tizen block (set of packages) for Group of domain API-Machine-Learning %files sub1-domain_API-MachineLearning @@ -47,3 +48,13 @@ Learning models on the device locally. %files sub2-domain_API-MachineLearning-NNTrainer %posttrans sub2-domain_API-MachineLearning-NNTrainer %tizen_feature tizen.org/feature/machine_learning.training true + +%package sub2-domain_API-MachineLearning-Service +Summary: Machine Service and its API +Requires: capi-machine-learning-service +%description sub2-domain_API-MachineLearning-Service +With ML Service APIs, users may register intelligence pipelines for other processes +and fetch such registered pipelines. +%files sub2-domain_API-MachineLearning-Servuce +%posttrans sub2-domain_API-MachineLearning-Service +%tizen_feature tizen.org/feature/machine_learning.service true diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 7715780..8fef333 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -217,6 +217,8 @@ Requires: %{name}-sub1-domain_Feature-Resource_manager Requires: rive-tizen #From TRE-2900 Requires: %{name}-sub2-domain_API-System-Resource_Monitor +#From TRE-2909 +Requires: %{name}-sub2-domain_API-MachineLearning-Service %if %{dotnet_feature} == "on" ##### TizenFX for Headed ##### @@ -358,6 +360,8 @@ Requires: %{name}-sub2-domain_API-UIX-Voice_control Requires: %{name}-sub2-domain_API-Web-json_Glib #From TRE-2900 Requires: %{name}-sub2-domain_API-System-Resource_Monitor +#From TRE-2909 +Requires: %{name}-sub2-domain_API-MachineLearning-Service %description root-Preset_iot_headless The packages of Tizen IoT Headless Common.