]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/Apriori.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Guid / Apriori.h
CommitLineData
c2f83f0a 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
1a2f870c 4 the dependency grammar.\r
c2f83f0a 5\r
9095d37b 6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c2f83f0a 8\r
c2f83f0a 9 @par Revision Reference:\r
0047820e 10 GUID introduced in PI Version 1.0.\r
c2f83f0a 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