Add building-blocks for Job Scheduler 96/177296/3 accepted/tizen/unified/20180502.071203 submit/tizen/20180502.033409 submit/tizen/20180502.105839
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 27 Apr 2018 02:10:09 +0000 (11:10 +0900)
committerWoo Chang Kim <wchang.kim@samsung.com>
Wed, 2 May 2018 03:32:28 +0000 (03:32 +0000)
Change-Id: Icbfa8b68bb329e0519e341d923b5786fbefc35c0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
mapping-bb-rs.xml
mapping-bb-tct.xml
packaging/domain-apis-appfw.inc

index 7bd8611cae2173127afac0c4793b6e85123d0a06..397c3549435029b272293d9a48960674630e5739 100644 (file)
        <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>
index 833e272557796947dca191937553ee5e9bef420d..db5c47e1ea1ab9379f5b8b9621a6d0ac6d57c269 100644 (file)
                <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>
index a384beb6367e56503b9af1851521555db622d0e9..6c6c70bfdbee4ba24778f68d657b5c75057f8738 100644 (file)
@@ -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