1*bf58cd64SPatrick Venture /*
2*bf58cd64SPatrick Venture  * Copyright 2018 Google Inc.
3*bf58cd64SPatrick Venture  *
4*bf58cd64SPatrick Venture  * Licensed under the Apache License, Version 2.0 (the "License");
5*bf58cd64SPatrick Venture  * you may not use this file except in compliance with the License.
6*bf58cd64SPatrick Venture  * You may obtain a copy of the License at
7*bf58cd64SPatrick Venture  *
8*bf58cd64SPatrick Venture  *     http://www.apache.org/licenses/LICENSE-2.0
9*bf58cd64SPatrick Venture  *
10*bf58cd64SPatrick Venture  * Unless required by applicable law or agreed to in writing, software
11*bf58cd64SPatrick Venture  * distributed under the License is distributed on an "AS IS" BASIS,
12*bf58cd64SPatrick Venture  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*bf58cd64SPatrick Venture  * See the License for the specific language governing permissions and
14*bf58cd64SPatrick Venture  * limitations under the License.
15*bf58cd64SPatrick Venture  */
16*bf58cd64SPatrick Venture 
17*bf58cd64SPatrick Venture #include "updater.hpp"
18*bf58cd64SPatrick Venture 
19*bf58cd64SPatrick Venture int updaterMain(const std::string& interface, const std::string& imagePath,
20*bf58cd64SPatrick Venture                 const std::string& signaturePath)
21*bf58cd64SPatrick Venture {
22*bf58cd64SPatrick Venture     return 0;
23*bf58cd64SPatrick Venture }
24