From fdf807fc924f453253701cda6e41fd6301e672cf Mon Sep 17 00:00:00 2001 From: jusung Date: Thu, 17 Feb 2022 13:50:06 +0900 Subject: [PATCH] [TRE-2774] Add cion rpm Change-Id: I3f2c62dd8dc8bd8dd9beeb3f5efb224c8c6f0120 Signed-off-by: jusung --- packaging/domain-apis-appfw.inc | 10 ++++++++++ packaging/platform-preset-iot.inc | 1 + 2 files changed, 11 insertions(+) diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 25d99dc..a19c6b3 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -20,6 +20,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Badge_API Suggests: %{name}-sub2-domain_API-AppFramework-Media_Key_API Suggests: %{name}-sub2-domain_API-AppFramework-Attach_Panel Suggests: %{name}-sub2-domain_API-AppFramework-RPC_Port_API +Suggests: %{name}-sub2-domain_API-AppFramework-Cion_API Suggests: %{name}-sub2-domain_API-AppFramework-Job_Scheduler_API Suggests: %{name}-sub2-domain_API-AppFramework-Capability_Manager_API Suggests: %{name}-sub2-domain_API-AppFramework-Component_Manager_API @@ -93,6 +94,15 @@ Requires: data-control This block supports data control API %files sub2-domain_API-AppFramework-Data_Control_API +%package sub2-domain_API-AppFramework-Cion_API +Summary: Cion API +Requires: cion +Requires: capi-network-vine +%description sub2-domain_API-AppFramework-Cion_API +This block supports cion API +%files sub2-domain_API-AppFramework-Cion_API + + %package sub2-domain_API-AppFramework-Event_API Summary: App Event API Requires: capi-appfw-event diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 53866e9..cb78ab8 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -84,6 +84,7 @@ Requires: %{name}-sub2-domain_API-Account-Sync_Manager Requires: %{name}-sub2-domain_API-AppFramework-Alarm_API Requires: %{name}-sub2-domain_API-AppFramework-Attach_Panel Requires: %{name}-sub2-domain_API-AppFramework-Badge_API +Requires: %{name}-sub2-domain_API-AppFramework-Cion_API Requires: %{name}-sub2-domain_API-AppFramework-Component_Manager_API Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component -- 2.34.1