]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VolInfo/VolInfo.h
BaseTools: Report error when GUID format is incorrect
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / VolInfo.h
index 0e2d181911ae483900fbfa0579d1450dc93dcb30..dff64e7f534599544ad41e30bdb7a1606af451b2 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
+Local Definitions for the VolInfo utility\r
 \r
-Copyright (c) 1999 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -9,14 +10,6 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  VolInfo.c\r
-\r
-Abstract:\r
-\r
-  Local Definitions for the VolInfo utility\r
-\r
 **/\r
 \r
 #ifndef _VOLINFO_H_\r
@@ -38,4 +31,7 @@ Abstract:
 #define EFI_SECTION_LAST_LEAF_SECTION_TYPE  0x1B\r
 #define EFI_SECTION_LAST_SECTION_TYPE       0x1B\r
 \r
+#define OPENSSL_COMMAND_FORMAT_STRING       "%s sha1 -out %s %s"\r
+#define EXTRACT_COMMAND_FORMAT_STRING       "%s -d -o %s %s"\r
+\r
 #endif\r