]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmReadyToLock.h
MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReadyToLock.h
CommitLineData
fc8f8b25 1/** @file\r
2bce0791
SZ
2 SMM Ready To Lock protocol introduced in the PI 1.2 specification.\r
3\r
4 According to PI 1.4a specification, this SMM protocol indicates that\r
5 SMM resources and services that should not be used by the third party\r
6 code are about to be locked.\r
7 This protocol is a mandatory protocol published by the SMM Foundation\r
8 code when the system is preparing to lock certain resources and interfaces\r
9 in anticipation of the invocation of 3rd party extensible modules.\r
10 This protocol is an SMM counterpart of the DXE SMM Ready to Lock Protocol.\r
11 This protocol prorogates resource locking notification into SMM environment.\r
12 This protocol is installed after installation of the SMM End of DXE Protocol.\r
13\r
14 Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
9df063a0 15 This program and the accompanying materials\r
fc8f8b25 16 are licensed and made available under the terms and conditions of the BSD License\r
17 which accompanies this distribution. The full text of the license may be found at\r
18 http://opensource.org/licenses/bsd-license.php\r
19\r
20 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22\r
23**/\r
24\r
25#ifndef _SMM_READY_TO_LOCK_H_\r
26#define _SMM_READY_TO_LOCK_H_\r
27\r
2f208e59
ED
28#include <Protocol/MmReadyToLock.h>\r
29\r
30#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID EFI_MM_READY_TO_LOCK_PROTOCOL_GUID\r
fc8f8b25 31\r
32extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;\r
33\r
34#endif\r