]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/MmReadyToLock.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / MmReadyToLock.h
CommitLineData
07c6a47e
ED
1/** @file\r
2 MM Ready To Lock protocol introduced in the PI 1.5 specification.\r
3\r
4 This protocol is a mandatory protocol published by the MM Foundation\r
5 code when the system is preparing to lock certain resources and interfaces\r
6 in anticipation of the invocation of 3rd party extensible modules.\r
7 This protocol is an MM counterpart of the DXE MM Ready to Lock Protocol.\r
8 This protocol prorogates resource locking notification into MM environment.\r
9 This protocol is installed after installation of the MM End of DXE Protocol.\r
10\r
11 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
9344f092 12 SPDX-License-Identifier: BSD-2-Clause-Patent\r
07c6a47e
ED
13\r
14**/\r
15\r
16#ifndef _MM_READY_TO_LOCK_H_\r
17#define _MM_READY_TO_LOCK_H_\r
18\r
19#define EFI_MM_READY_TO_LOCK_PROTOCOL_GUID \\r
20 { \\r
21 0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \\r
22 }\r
23\r
24extern EFI_GUID gEfiMmReadyToLockProtocolGuid;\r
25\r
26#endif\r