/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * * Utility for manipulating verified boot firmware images. */ #include #include #include #include #include #include #include "firmware_image.h" #include "rsa_utility.h" #include "sha_utility.h" #include "utility.h" int main(int argc, char* argv[]) { /* TODO(gauravsh): TO BE IMPLEMENTED. */ return 0; }