]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmEndOfDxe.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmEndOfDxe.h
CommitLineData
46ece1ff
JY
1/** @file\r
2 SMM End Of Dxe protocol as defined in the PI 1.2.1 specification.\r
3\r
4 This protocol is a mandatory protocol published by the PI platform code prior to invoking any\r
5 3rd party content, including options ROM's and UEFI executables that are not from the platform manufacturer.\r
7bbe3c07 6 There is an associated event GUID that is signaled for the DXE drivers called EFI_END_OF_DXE_EVENT_GUID.\r
46ece1ff 7\r
7bbe3c07 8 Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
46ece1ff
JY
9 This program and the accompanying materials\r
10 are licensed and made available under the terms and conditions of the BSD License\r
11 which accompanies this distribution. The full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _SMM_END_OF_DXE_H_\r
20#define _SMM_END_OF_DXE_H_\r
21\r
22#define EFI_SMM_END_OF_DXE_PROTOCOL_GUID \\r
23 { \\r
24 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d } \\r
25 }\r
26\r
27extern EFI_GUID gEfiSmmEndOfDxeProtocolGuid;\r
28\r
29#endif\r