]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/VolInfo/VolInfo.h
Sync BaseTool trunk (version r2649) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / C / VolInfo / VolInfo.h
CommitLineData
f51461c8
LG
1/** @file\r
2\r
3Copyright (c) 1999 - 2008, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 VolInfo.c\r
15\r
16Abstract:\r
17\r
18 Local Definitions for the VolInfo utility\r
19\r
20**/\r
21\r
22#ifndef _VOLINFO_H_\r
23#define _VOLINFO_H_ 1\r
24\r
25#define PI_SPECIFICATION_VERSION 0x00010000\r
26\r
27#define EFI_DEP_BEFORE 0x00\r
28#define EFI_DEP_AFTER 0x01\r
29#define EFI_DEP_PUSH 0x02\r
30#define EFI_DEP_AND 0x03\r
31#define EFI_DEP_OR 0x04\r
32#define EFI_DEP_NOT 0x05\r
33#define EFI_DEP_TRUE 0x06\r
34#define EFI_DEP_FALSE 0x07\r
35#define EFI_DEP_END 0x08\r
36#define EFI_DEP_SOR 0x09\r
37\r
38#define EFI_SECTION_LAST_LEAF_SECTION_TYPE 0x1B\r
39#define EFI_SECTION_LAST_SECTION_TYPE 0x1B\r
40\r
41#endif\r