MdePkg/StandaloneMmServicesTableLib: Support MM_CORE_STANDALONE
Support the module type for MM_CORE_STANDALONE Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
parent
051c7bb434
commit
a1d94d9e6e
|
@ -16,7 +16,7 @@
|
||||||
FILE_GUID = eaa4684f-fb4e-41f3-9967-307d5b409182
|
FILE_GUID = eaa4684f-fb4e-41f3-9967-307d5b409182
|
||||||
MODULE_TYPE = MM_STANDALONE
|
MODULE_TYPE = MM_STANDALONE
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE
|
LIBRARY_CLASS = MmServicesTableLib|MM_STANDALONE MM_CORE_STANDALONE
|
||||||
PI_SPECIFICATION_VERSION = 0x00010032
|
PI_SPECIFICATION_VERSION = 0x00010032
|
||||||
CONSTRUCTOR = StandaloneMmServicesTableLibConstructor
|
CONSTRUCTOR = StandaloneMmServicesTableLibConstructor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue