MdePkg: introduce standalone MM entry point library class

Add the library interface for the standalone MM driver entry point.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Ard Biesheuvel
2019-01-14 12:54:26 +01:00
parent 688b2cad7b
commit 7df4764e6a
2 changed files with 134 additions and 0 deletions

View File

@@ -247,6 +247,9 @@
# Only available to MM_STANDALONE, SMM/DXE Combined and SMM module types.
MmServicesTableLib|Include/Library/MmServicesTableLib.h
## @libraryclass Module entry point library for standalone MM drivers.
StandaloneMmDriverEntryPoint|Include/Library/StandaloneMmDriverEntryPoint.h
[LibraryClasses.IA32, LibraryClasses.X64]
## @libraryclass Abstracts both S/W SMI generation and detection.
##