]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/VolInfo/VolInfo.h
License header updated to match correct format.
[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
97fa0ee9 4Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>\r
f51461c8
LG
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
f51461c8
LG
13**/\r
14\r
15#ifndef _VOLINFO_H_\r
16#define _VOLINFO_H_ 1\r
17\r
18#define PI_SPECIFICATION_VERSION 0x00010000\r
19\r
20#define EFI_DEP_BEFORE 0x00\r
21#define EFI_DEP_AFTER 0x01\r
22#define EFI_DEP_PUSH 0x02\r
23#define EFI_DEP_AND 0x03\r
24#define EFI_DEP_OR 0x04\r
25#define EFI_DEP_NOT 0x05\r
26#define EFI_DEP_TRUE 0x06\r
27#define EFI_DEP_FALSE 0x07\r
28#define EFI_DEP_END 0x08\r
29#define EFI_DEP_SOR 0x09\r
30\r
31#define EFI_SECTION_LAST_LEAF_SECTION_TYPE 0x1B\r
32#define EFI_SECTION_LAST_SECTION_TYPE 0x1B\r
33\r
34#endif\r