MdePkg: Reference new definitions for Management Mode.
In PI 1.5 version, system management mode name(SMM) has been changed to Management Mode(MM). It impacts the current code which still use SMM/Smram/SMI keywords. This patch update the original files which related to old SMM modules, also keep the compatible with old SMM related drivers. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -25,10 +25,9 @@
|
||||
#ifndef _SMM_READY_TO_LOCK_H_
|
||||
#define _SMM_READY_TO_LOCK_H_
|
||||
|
||||
#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID \
|
||||
{ \
|
||||
0x47b7fa8c, 0xf4bd, 0x4af6, { 0x82, 0x00, 0x33, 0x30, 0x86, 0xf0, 0xd2, 0xc8 } \
|
||||
}
|
||||
#include <Protocol/MmReadyToLock.h>
|
||||
|
||||
#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID EFI_MM_READY_TO_LOCK_PROTOCOL_GUID
|
||||
|
||||
extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;
|
||||
|
||||
|
Reference in New Issue
Block a user