diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2020-03-24 16:03:12 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2020-03-25 11:14:42 +0900 |
commit | d502c9daea589b23a828d16a239482acaf0d4792 (patch) | |
tree | e06dc8f30055ed15a179a67230a6e5512924a66d | |
parent | 2bbaec219c93c5d292076b2a71a4bc039a0970c6 (diff) | |
download | building-blocks-d502c9daea589b23a828d16a239482acaf0d4792.tar.gz building-blocks-d502c9daea589b23a828d16a239482acaf0d4792.tar.bz2 building-blocks-d502c9daea589b23a828d16a239482acaf0d4792.zip |
[TRE-2390] Add Nlp in IoT headedsubmit/tizen/20200325.055101accepted/tizen/unified/20200325.080713
Change-Id: I7ac8faefa50315d04a80c06216f72e51e9875ac8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r-- | packaging/domain-csapis-uix.inc | 4 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/packaging/domain-csapis-uix.inc b/packaging/domain-csapis-uix.inc index c851d9d..10cddd8 100644 --- a/packaging/domain-csapis-uix.inc +++ b/packaging/domain-csapis-uix.inc @@ -80,6 +80,10 @@ TizenFX C# API for VoiceControlManager %package sub2-domain_CSAPI-UIX-Nlp Summary: Tizen.Nlp Requires: %{name}-sub2-domain_CSAPI-Applications-Common +Requires: org.tizen.nlp.service +Requires: org.tizen.nlp.service-data-en %description sub2-domain_CSAPI-UIX-Nlp TizenFX C# API for Nlp %files sub2-domain_CSAPI-UIX-Nlp +%posttrans sub2-domain_CSAPI-UIX-Nlp +%tizen_feature tizen.org/feature/nlp true diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 555a2fa..9e2aaaf 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -254,6 +254,7 @@ Requires: %{name}-sub2-domain_CSAPI-UIX-SttEngine Requires: %{name}-sub2-domain_CSAPI-UIX-Tts Requires: %{name}-sub2-domain_CSAPI-UIX-TtsEngine Requires: %{name}-sub2-domain_CSAPI-UIX-VoiceControl +Requires: %{name}-sub2-domain_CSAPI-UIX-Nlp Requires: %{name}-sub1-domain_CSAPI-WebView %description root-Preset_iot_headed |