]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmEndOfDxe.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmEndOfDxe.h
CommitLineData
46ece1ff 1/** @file\r
2bce0791 2 SMM End Of Dxe protocol introduced in the PI 1.2.1 specification.\r
46ece1ff 3\r
2bce0791
SZ
4 According to PI 1.4a specification, this protocol indicates end of the\r
5 execution phase when all of the components are under the authority of\r
6 the platform manufacturer.\r
7 This protocol is a mandatory protocol published by SMM Foundation code.\r
8 This protocol is an SMM counterpart of the End of DXE Event.\r
9 This protocol prorogates End of DXE notification into SMM environment.\r
10 This protocol is installed prior to installation of the SMM Ready to Lock Protocol.\r
46ece1ff 11\r
2f208e59 12 Copyright (c) 2012 - 2017, Intel Corporation. All rights reserved.<BR>\r
9344f092 13 SPDX-License-Identifier: BSD-2-Clause-Patent\r
46ece1ff
JY
14\r
15**/\r
16\r
17#ifndef _SMM_END_OF_DXE_H_\r
18#define _SMM_END_OF_DXE_H_\r
19\r
2f208e59
ED
20#include <Protocol/MmEndOfDxe.h>\r
21\r
2f88bd3a 22#define EFI_SMM_END_OF_DXE_PROTOCOL_GUID EFI_MM_END_OF_DXE_PROTOCOL_GUID\r
46ece1ff 23\r
2f88bd3a 24extern EFI_GUID gEfiSmmEndOfDxeProtocolGuid;\r
46ece1ff
JY
25\r
26#endif\r