]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/VolInfo/VolInfo.h
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / VolInfo.h
CommitLineData
f51461c8 1/** @file\r
97fa0ee9 2Local Definitions for the VolInfo utility\r
f51461c8 3\r
aeadb1c4 4Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
f51461c8 6\r
f51461c8
LG
7**/\r
8\r
9#ifndef _VOLINFO_H_\r
10#define _VOLINFO_H_ 1\r
11\r
12#define PI_SPECIFICATION_VERSION 0x00010000\r
13\r
14#define EFI_DEP_BEFORE 0x00\r
15#define EFI_DEP_AFTER 0x01\r
16#define EFI_DEP_PUSH 0x02\r
17#define EFI_DEP_AND 0x03\r
18#define EFI_DEP_OR 0x04\r
19#define EFI_DEP_NOT 0x05\r
20#define EFI_DEP_TRUE 0x06\r
21#define EFI_DEP_FALSE 0x07\r
22#define EFI_DEP_END 0x08\r
23#define EFI_DEP_SOR 0x09\r
24\r
25#define EFI_SECTION_LAST_LEAF_SECTION_TYPE 0x1B\r
26#define EFI_SECTION_LAST_SECTION_TYPE 0x1B\r
27\r
aeadb1c4
HW
28#define OPENSSL_COMMAND_FORMAT_STRING "%s sha1 -out %s %s"\r
29#define EXTRACT_COMMAND_FORMAT_STRING "%s -d -o %s %s"\r
30\r
f51461c8 31#endif\r