diff options
author | gichan <gichan2.jang@samsung.com> | 2022-04-20 13:30:46 +0900 |
---|---|---|
committer | gichan <gichan2.jang@samsung.com> | 2022-04-21 11:47:03 +0900 |
commit | 1b5a8513ac53e3bad53c67c099acb3a0f6ca3a62 (patch) | |
tree | 506af5733db15a9c4627373b9d4e7010aaf78c1c | |
parent | b240910ef457ad8cd0472925a00451165393e025 (diff) | |
download | building-blocks-1b5a8513ac53e3bad53c67c099acb3a0f6ca3a62.tar.gz building-blocks-1b5a8513ac53e3bad53c67c099acb3a0f6ca3a62.tar.bz2 building-blocks-1b5a8513ac53e3bad53c67c099acb3a0f6ca3a62.zip |
[TRE-2909] Add capi-machine-learning-service
Add capi-machine-learning-service package to IoT images.
Change-Id: I35a7c5f834d641d38512d66ea40246ec5b95535e
Signed-off-by: gichan <gichan2.jang@samsung.com>
-rw-r--r-- | mapping-bb-rs.xml | 3 | ||||
-rw-r--r-- | packaging/domain-apis-machinelearning.inc | 11 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 4 |
3 files changed, 18 insertions, 0 deletions
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 @@ <buildingblock name="building-blocks-sub2-domain_API-System-Resource_Monitor" abb_id="145"> <rs_info>capi-system-resource-monitor-rs.xml</rs_info> </buildingblock> + <buildingblock name="building-blocks-sub2-domain_API-MachineLearning-Service" abb_id="146"> + <rs_info>capi-machine-learning-service-rs.xml</rs_info> + </buildingblock> </MappingInfo> 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. |