diff options
author | Inkyun Kil <inkyun.kil@samsung.com> | 2019-07-16 08:37:54 +0900 |
---|---|---|
committer | Inkyun Kil <inkyun.kil@samsung.com> | 2019-07-16 09:04:23 +0900 |
commit | caad2bf2226fd354a6b9b26b41f47d86f0ea737e (patch) | |
tree | cabcfd1533b95c4f0daa6ad17d57038a3305f2a2 | |
parent | 906bdafdd23e26f1f1285778640f802ab94bceeb (diff) | |
download | building-blocks-caad2bf2226fd354a6b9b26b41f47d86f0ea737e.tar.gz building-blocks-caad2bf2226fd354a6b9b26b41f47d86f0ea737e.tar.bz2 building-blocks-caad2bf2226fd354a6b9b26b41f47d86f0ea737e.zip |
[TRE-2207] add omponent-based-application package to IoT Image
Change-Id: I690a914288e049d048df26498fd9e5ef2ab13b5b
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
-rw-r--r-- | packaging/domain-apis-appfw.inc | 12 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 21bb16f..7cb9cf8 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -22,6 +22,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-RPC_Port_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 +Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model %description sub1-domain_API-AppFramework Tizen block (set of packages) for Group of domain API-AppFramework %files sub1-domain_API-AppFramework @@ -179,3 +180,14 @@ Requires: amd %description sub2-domain_API-AppFramework-Component_Manager_API This block supports component manager API %files sub2-domain_API-AppFramework-Component_Manager_API + +%package sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model +Summary: Native EFL Component based app model +Requires: component-based-application +Requires: aul +Requires: app-core-multiwindow +Requires: %{name}-sub2-domain_API-AppFramework-Component_Manager_API +Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model +%description sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model +This block supports native EFL component based application model +%files sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 6149ec1..f02d6b6 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -73,7 +73,8 @@ Requires: %{name}-sub2-domain_API-Account-OAuth2 Requires: %{name}-sub2-domain_API-Account-Sync_Manager Requires: %{name}-sub2-domain_API-AppFramework-Alarm_API Requires: %{name}-sub2-domain_API-AppFramework-Badge_API -Requires: %{name}-sub2-domain_API-AppFramework-Component_Manager_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-Data_Control_API Requires: %{name}-sub2-domain_API-AppFramework-Event_API Requires: %{name}-sub2-domain_API-AppFramework-External_Storage_Installation |