]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/MmEndOfDxe.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / MmEndOfDxe.h
CommitLineData
07c6a47e
ED
1/** @file\r
2 MM End Of Dxe protocol introduced in the PI 1.5 specification.\r
3\r
4 This protocol is a mandatory protocol published by MM Foundation code.\r
5 This protocol is an MM counterpart of the End of DXE Event.\r
6 This protocol prorogates End of DXE notification into MM environment.\r
7 This protocol is installed prior to installation of the MM Ready to Lock Protocol.\r
8\r
9 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
9344f092 10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
07c6a47e
ED
11\r
12**/\r
13\r
14#ifndef _MM_END_OF_DXE_H_\r
15#define _MM_END_OF_DXE_H_\r
16\r
17#define EFI_MM_END_OF_DXE_PROTOCOL_GUID \\r
18 { \\r
19 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d } \\r
20 }\r
21\r
22extern EFI_GUID gEfiMmEndOfDxeProtocolGuid;\r
23\r
24#endif\r