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