e951b5b344dfe6a51794d55722a013956f6032ea
[platform/core/appfw/wgt-backend.git] / src / wgt / step / security / step_wgt_recover_signature.cc
1 // Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
2 // Use of this source code is governed by an apache 2.0 license that can be
3 // found in the LICENSE file.
4
5 #include "wgt/step/security/step_wgt_recover_signature.h"
6
7 namespace bf = boost::filesystem;
8
9 namespace {
10
11 const char kResWgt[] = "res/wgt";
12
13 }  // namespace
14
15 namespace wgt {
16 namespace security {
17
18 bf::path StepWgtRecoverSignature::GetSignatureRoot() {
19   return context_->GetPkgPath() / kResWgt;
20 }
21
22 }  // namespace security
23 }  // namespace wgt