From: Junghyun Yeon Date: Tue, 7 Aug 2018 10:38:17 +0000 (+0900) Subject: Replace StepRegisterTrustAnchor into StepRecoverTrustAnchor X-Git-Tag: accepted/tizen/4.0/unified/20181204.152202~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71ab49b852cb7195a768e3585436ae193e15726b;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Replace StepRegisterTrustAnchor into StepRecoverTrustAnchor Related changes : [app-installers] : https://review.tizen.org/gerrit/#/c/186122 Change-Id: I97036bf8d5b2fd88b0655e0e27c728bd4a842030 Signed-off-by: Junghyun Yeon --- diff --git a/src/wgt/wgt_installer.cc b/src/wgt/wgt_installer.cc index 0b0fd63..bebc830 100755 --- a/src/wgt/wgt_installer.cc +++ b/src/wgt/wgt_installer.cc @@ -77,6 +77,7 @@ #include #include #include +#include #include #include #include @@ -441,9 +442,7 @@ WgtInstaller::WgtInstaller(ci::PkgMgrPtr pkgrmgr) AddStep(); AddStep(); AddStep(); - AddStep( - ci::security::StepRegisterTrustAnchor::RegisterType::UPDATE); - + AddStep(); } void WgtInstaller::MountInstallSteps() {