diff options
author | Daehyeon Jung <darrenh.jung@samsung.com> | 2019-04-15 14:29:48 +0900 |
---|---|---|
committer | Daehyeon Jung <darrenh.jung@samsung.com> | 2019-04-15 14:30:05 +0900 |
commit | d978851b3d488b7892052b11b61bd8c2bdb89dc7 (patch) | |
tree | 728d878ee1ff7a00753fda197ff0b8f62a402b28 | |
parent | 7de79e1f56ed0ee043072fd9b218265957be796f (diff) | |
download | building-blocks-d978851b3d488b7892052b11b61bd8c2bdb89dc7.tar.gz building-blocks-d978851b3d488b7892052b11b61bd8c2bdb89dc7.tar.bz2 building-blocks-d978851b3d488b7892052b11b61bd8c2bdb89dc7.zip |
[TRE-2150] Add capability manager packages
Change-Id: I5890d2bb59caf1a78978b0d295082e0f2fd65a58
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
-rw-r--r-- | packaging/domain-apis-appfw.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index cf6acbc..3ae0156 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -21,6 +21,7 @@ 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-Job_Scheduler_API +Suggests: %{name}-sub2-domain_API-AppFramework-Capability_Manager_API %description sub1-domain_API-AppFramework Tizen block (set of packages) for Group of domain API-AppFramework %files sub1-domain_API-AppFramework @@ -187,3 +188,11 @@ Requires: context-common %description sub2-domain_API-AppFramework-Job_Scheduler_API This block supports job scheduler API %files sub2-domain_API-AppFramework-Job_Scheduler_API + +%package sub2-domain_API-AppFramework-Capability_Manager_API +Summary: Capability Manager API +Requires: capi-appfw-capmgr +Requires: capmgr +%description sub2-domain_API-AppFramework-Capability_Manager_API +This block supports capability manager API +%files sub2-domain_API-AppFramework-Capability_Manager_API |