From: Hwankyu Jhun Date: Fri, 27 Apr 2018 02:10:09 +0000 (+0900) Subject: Add building-blocks for Job Scheduler X-Git-Tag: submit/tizen_4.0/20180502.033446^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1c7838f572291a40106a083e9001f98f87e7ba2;p=tools%2Fbuilding-blocks.git Add building-blocks for Job Scheduler Change-Id: Icbfa8b68bb329e0519e341d923b5786fbefc35c0 Signed-off-by: Hwankyu Jhun --- diff --git a/mapping-bb-rs.xml b/mapping-bb-rs.xml index 38d73ca..e9f726c 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -106,6 +106,9 @@ capi-appfw-package-manager-rs.xml + + capi-appfw-job-scheduler-rs.xml + glib2-rs.xml diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 98a29a7..09eebab 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -415,4 +415,9 @@ building-blocks-sub2-domain_API-UIX-Voice_control building-blocks-sub2-domain_API-UIX-Voice_control_elementary + + tct-job-scheduler-native-itc + tct-job-scheduler-native-utc + building-blocks-sub2-domain_API-AppFramework-Job_Scheduler_API + diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index c846977..c7155ea 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -19,6 +19,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Shortcut_API 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-Job_Scheduler_API %description sub1-domain_API-AppFramework Tizen block (set of packages) for Group of domain API-AppFramework %files sub1-domain_API-AppFramework @@ -167,3 +168,9 @@ Currently, only mobile is supported, and if there is a profile you want, you can %files sub2-domain_API-AppFramework-Attach_Panel +%package sub2-domain_API-AppFramework-Job_Scheduler_API +Summary: Job Scheduler API +Requires: capi-appfw-job-scheduler +%description sub2-domain_API-AppFramework-Job_Scheduler_API +This block supports job scheduler API +%files sub2-domain_API-AppFramework-Job_Scheduler_API