diff options
author | Hwankyu Jhun <h.jhun@samsung.com> | 2018-04-27 11:10:09 +0900 |
---|---|---|
committer | Woo Chang Kim <wchang.kim@samsung.com> | 2018-05-02 03:32:28 +0000 |
commit | 4de280cdcb4ba0783b68477da079f4f612fdc902 (patch) | |
tree | 6014cd62cefc8475a91e1f8a013d3875f0fe81ca | |
parent | f8c09c022bbc0ce81d46abc9d3978b660fa7e46f (diff) | |
download | building-blocks-4de280cdcb4ba0783b68477da079f4f612fdc902.tar.gz building-blocks-4de280cdcb4ba0783b68477da079f4f612fdc902.tar.bz2 building-blocks-4de280cdcb4ba0783b68477da079f4f612fdc902.zip |
Add building-blocks for Job Schedulersubmit/tizen/20180502.105839submit/tizen/20180502.033409accepted/tizen/unified/20180502.071203
Change-Id: Icbfa8b68bb329e0519e341d923b5786fbefc35c0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r-- | mapping-bb-rs.xml | 3 | ||||
-rw-r--r-- | mapping-bb-tct.xml | 5 | ||||
-rw-r--r-- | packaging/domain-apis-appfw.inc | 9 |
3 files changed, 17 insertions, 0 deletions
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 @@ <buildingblock name="building-blocks-sub2-domain_API-AppFramework-RPC_Port_API"> <rs_info>rpc-port-rs.xml</rs_info> </buildingblock> + <buildingblock name="building-blocks-sub2-domain_API-AppFramework-Job_Scheduler_API"> + <rs_info>capi-appfw-job-scheduler-rs.xml</rs_info> + </buildingblock> <buildingblock name="building-blocks-sub2-domain_API-Base-Glib"> <rs_info>glib2-rs.xml</rs_info> </buildingblock> 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_info>tct-rpc-port-native-utc</tct_info> <bb_info>building-blocks-sub2-domain_API-AppFramework-RPC_Port_API</bb_info> </imageid> + <imageid name="TC0049"> + <tct_info>tct-job-scheduler-native-itc</tct_info> + <tct_info>tct-job-scheduler-native-utc</tct_info> + <bb_info>building-blocks-sub2-domain_API-AppFramework-Job_Scheduler_API</bb_info> + </imageid> </MappingInfo> 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 |