From: Ickhee Woo Date: Thu, 3 Aug 2017 01:03:18 +0000 (+0900) Subject: added AccountManager, SyncManager, PushClient building block info X-Git-Tag: submit/tizen/20170804.002837~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d32d0b76dbbf5b0f2de14950c0885c5148595a8;p=tools%2Fbuilding-blocks.git added AccountManager, SyncManager, PushClient building block info Change-Id: I48cedacbaef92c7be4665d071073198e88537b71 Signed-off-by: Ickhee Woo --- diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index 02509a3..ed964d6 100644 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -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 ################