]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Guid/Apriori.h
MdePkg Base.h: Use correct style to check the defined macro
[mirror_edk2.git] / MdePkg / Include / Guid / Apriori.h
... / ...
CommitLineData
1/** @file\r
2 GUID used as an FV filename for A Priori file. The A Priori file contains a\r
3 list of FV filenames that the DXE dispatcher will schedule reguardless of\r
4 the dependency grammar.\r
5\r
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9 @par Revision Reference:\r
10 GUID introduced in PI Version 1.0.\r
11\r
12**/\r
13\r
14#ifndef __APRIORI_GUID_H__\r
15#define __APRIORI_GUID_H__\r
16\r
17#define EFI_APRIORI_GUID \\r
18 { \\r
19 0xfc510ee7, 0xffdc, 0x11d4, {0xbd, 0x41, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } \\r
20 }\r
21\r
22extern EFI_GUID gAprioriGuid;\r
23\r
24#endif\r