From: Ickhee Woo Date: Mon, 21 Aug 2017 01:45:56 +0000 (+0900) Subject: added feature keys for Account, Sync, Push X-Git-Tag: submit/tizen/20170821.083453~16^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a764cb01f39becb18bc6fa7c170c422689585fcb;p=tools%2Fbuilding-blocks.git added feature keys for Account, Sync, Push Change-Id: I587483a69de179685b5c3946d61694dcf8eb9613 Signed-off-by: Ickhee Woo --- diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index 55cff79..3ee6356 100755 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -49,6 +49,8 @@ Requires: account-parser %description sub2-domain_API-Account-Account_Manager 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 +%posttrans sub2-domain_API-Account-Account_Manager +sed -i 's#\(\"tizen.org/feature/account\".\+>\).\+\(\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Account-FIDO_Client Summary: FIDO Client @@ -88,6 +90,8 @@ Suggests: %{name}-sub2-domain_API-Network-WiFi %description sub2-domain_API-Account-Sync_Manager 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 +%posttrans sub2-domain_API-Account-Sync_Manager +sed -i 's#\(\"tizen.org/feature/account.sync\".\+>\).\+\(\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Account-libOAuth Summary: libOAuth @@ -573,6 +577,8 @@ Suggests: %{name}-sub2-domain_API-Network-WiFi %description sub2-domain_API-Messaging-Push 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 +%posttrans sub2-domain_API-Messaging-Push +sed -i 's#\(\"tizen.org/feature/network.push\".\+>\).\+\(\)#\1true\2#' %{_sysconfdir}/config/model-config.xml ################ ## Multimedia ##