From: jkjo92 Date: Mon, 21 Aug 2017 05:47:29 +0000 (+0900) Subject: Add fido.uaf and oauth2 for model config X-Git-Tag: submit/tizen/20170821.083453~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32361b4fdcfbb01077e75c9a38c1808d399c142e;p=tools%2Fbuilding-blocks.git Add fido.uaf and oauth2 for model config Change-Id: I12c93166736cebc96579fe012d3b980417813b5d Signed-off-by: jkjo92 --- diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index 52aaedd..9f1308e 100644 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -66,6 +66,8 @@ But fido-asm and fido-authenticator are vendor specific modules and to be develo So we use dummyasm for verification of fido-client APIs instead of fido-asm and fido-authenticator. %files sub2-domain_API-Account-FIDO_Client +%posttrans sub2-domain_API-Account-FIDO_Client +sed -i 's#\(\"tizen.org/feature/fido.uaf\".\+>\).\+\(\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Account-OAuth2 Summary: OAuth2 @@ -79,6 +81,8 @@ webView is mandatory becasue oauth2 manager api triggers to show web page for us which is following oauth 2.0 specification. %files sub2-domain_API-Account-OAuth2 +%posttrans sub2-domain_API-Account-OAuth2 +sed -i 's#\(\"tizen.org/feature/oauth2\".\+>\).\+\(\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Account-Sync_Manager Summary: Sync Manager