diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2024-01-02 06:44:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2024-01-02 06:44:00 +0000 |
commit | 3c9d298199b068f81a2cffd34d158144186d9636 (patch) | |
tree | eba834fb525af32dacc026273e2285214d6cc9f3 | |
parent | 6d0d06c242055befc4717be5c430299058b9afde (diff) | |
parent | ba94b07619ccb4d6c15f84a7c995ab63cbc77849 (diff) | |
download | building-blocks-3c9d298199b068f81a2cffd34d158144186d9636.tar.gz building-blocks-3c9d298199b068f81a2cffd34d158144186d9636.tar.bz2 building-blocks-3c9d298199b068f81a2cffd34d158144186d9636.zip |
Merge "[TRE-3106] Add tizen-core to Tizen Platform Image" into tizenaccepted/tizen/unified/riscv/20240103.054702accepted/tizen/unified/20240102.170021
-rw-r--r-- | packaging/domain-apis-appfw.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index d01e4cb..9e64285 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -27,6 +27,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Mo Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component Suggests: %{name}-sub2-domain_API-AppFramework-Frame_Broker_API Suggests: %{name}-sub2-domain_API-AppFramework-Tizen_Theme_Manager_API +Suggests: %{name}-sub2-domain_API-AppFramework-Tizen_Core %description sub1-domain_API-AppFramework Tizen block (set of packages) for Group of domain API-AppFramework %files sub1-domain_API-AppFramework @@ -261,3 +262,10 @@ Requires: capi-appfw-tizen-theme This block support tizen theme manager API %files sub2-domain_API-AppFramework-Tizen_Theme_Manager_API +%package sub2-domain_API-AppFramework-Tizen_Core +Summary: Tizen core library +Requires: tizen-core +%description sub2-domain_API-AppFramework-Tizen_Core +This block support tizen core library +%files sub2-domain_API-AppFramework-Tizen_Core + |