added AccountManager, SyncManager, PushClient building block info 39/142139/8
authorIckhee Woo <ickhee.woo@samsung.com>
Thu, 3 Aug 2017 01:03:18 +0000 (10:03 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Thu, 3 Aug 2017 10:19:26 +0000 (19:19 +0900)
Change-Id: I48cedacbaef92c7be4665d071073198e88537b71
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
packaging/domain-apis.inc

index 02509a3925bb7a0df00ba405b64d8f0509506a54..ed964d6d133461498db84b278b69cb77eed7b1d1 100644 (file)
@@ -40,16 +40,14 @@ Suggests: %{name}-sub2-domain_API-Account-libOAuth
 Tizen block (set of packages) for Group of domain API-Account
 %files sub1-domain_API-Account
 
-### TODO - Account Manager ###
-# Summary, description
 
 %package sub2-domain_API-Account-Account_Manager
 Summary:       Account Manager
+Requires:      libaccount-service
+Requires:      account-manager
+Requires:      account-parser
 %description sub2-domain_API-Account-Account_Manager
-
-### TODO ###
-# packakge list
-
+This block supports managing account related information. Once you check the Account Manager before Image Creation, it will be included the image.
 %files sub2-domain_API-Account-Account_Manager
 
 ### TODO - FIDO Client###
@@ -76,16 +74,15 @@ Summary:    OAuth2.0
 
 %files sub2-domain_API-Account-OAuth2
 
-### TODO - Sync Manager ###
-# Summary, description
-
 %package sub2-domain_API-Account-Sync_Manager
 Summary:       Sync Manager
+Requires:      libcore-sync-client
+Requires:      %{name}-sub2-domain_API-Account-Account_Manager
+Requires:      %{name}-sub2-domain_API-Social-Contacts
+Suggests:      %{name}-sub1-domain_API-Telephony
+Suggests:      %{name}-sub2-domain_API-Network-WiFi
 %description sub2-domain_API-Account-Sync_Manager
-
-### TODO ###
-# packakge list
-
+This block supports managing data synchronization. Also, to use this feature, either Data Network or Wi-Fi connection is required. Once you check the Sync Manager before Image Creation, it will be included the image.
 %files sub2-domain_API-Account-Sync_Manager
 
 ### TODO - libOAuth ###
@@ -610,16 +607,13 @@ Summary:    Messages
 
 %files sub2-domain_API-Messaging-Messages
 
-### TODO - Push ###
-# Summary, description
-
 %package sub2-domain_API-Messaging-Push
-Summary:    Push
+Summary:       Push Client
+Requires:      libpush
+Suggests:      %{name}-sub1-domain_API-Telephony
+Suggests:      %{name}-sub2-domain_API-Network-WiFi
 %description sub2-domain_API-Messaging-Push
-
-### TODO ###
-# packakge list
-
+This block supports transferation push messages between devices and server. Also, to use this feature, either Data Network or Wi-Fi connection is required. Once you check the Push Client before Image Creation, it will be included the image. For this, either Data Network or Wi-Fi connection is required.
 %files sub2-domain_API-Messaging-Push
 
 ################