diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-14 13:06:01 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-16 20:10:51 +0100 |
commit | 2ac8d8d55c4d5746feecfc499cf013d4c526462e (patch) | |
tree | de1ab267129c0ee5f888f032c0645600bf31225d /MdePkg/MdePkg.dsc | |
parent | 5866d49923967b86e2921672cd83b3f506b45e3d (diff) | |
download | edk2-2ac8d8d55c4d5746feecfc499cf013d4c526462e.tar.gz |
MdePkg: add MM_STANDALONE implementation of MmServicesTableLib
The newly introduced generic MmServicesTableLib can be implemented
for traditional SMM (as we did already), but MM_STANDALONE drivers
require an implementation that is based on standalone MM.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index ec561c53ca..303e1ab3bd 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -116,6 +116,7 @@ MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
+ MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
[Components.IA32, Components.X64]
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|