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/20180502.033409^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4de280cdcb4ba0783b68477da079f4f612fdc902;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 7bd8611..397c354 100644 --- a/mapping-bb-rs.xml +++ b/mapping-bb-rs.xml @@ -107,6 +107,9 @@ rpc-port-rs.xml + + capi-appfw-job-scheduler-rs.xml + glib2-rs.xml diff --git a/mapping-bb-tct.xml b/mapping-bb-tct.xml index 833e272..db5c47e 100644 --- a/mapping-bb-tct.xml +++ b/mapping-bb-tct.xml @@ -440,4 +440,9 @@ tct-rpc-port-native-utc building-blocks-sub2-domain_API-AppFramework-RPC_Port_API + + 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 a384beb..6c6c70b 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -19,6 +19,8 @@ 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-RPC_Port_API +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 @@ -175,3 +177,10 @@ Requires: rpc-port %description sub2-domain_API-AppFramework-RPC_Port_API This block supports rpc port API %files sub2-domain_API-AppFramework-RPC_Port_API + +%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