diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2024-07-05 13:41:06 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-05 14:52:00 +0000 |
commit | a1d94d9e6e109aa7e63f29b015e28c76910a0d7d (patch) | |
tree | ac1dabda7566208fce9186a4e32819a383c9e690 /MdePkg | |
parent | 051c7bb434f9f6b908aac2a0b00368192aa616ec (diff) | |
download | edk2-a1d94d9e6e109aa7e63f29b015e28c76910a0d7d.tar.gz edk2-a1d94d9e6e109aa7e63f29b015e28c76910a0d7d.tar.bz2 edk2-a1d94d9e6e109aa7e63f29b015e28c76910a0d7d.zip |
MdePkg/StandaloneMmServicesTableLib: Support MM_CORE_STANDALONE
Support the module type for MM_CORE_STANDALONE
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf b/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf index 40f14aee62..5225d64d97 100644 --- a/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf +++ b/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf @@ -16,7 +16,7 @@ FILE_GUID = eaa4684f-fb4e-41f3-9967-307d5b409182
MODULE_TYPE = MM_STANDALONE
VERSION_STRING = 1.0
- LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE
+ LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE MM_CORE_STANDALONE
PI_SPECIFICATION_VERSION = 0x00010032
CONSTRUCTOR = StandaloneMmServicesTableLibConstructor
|