diff options
author | Kun Qin <kuqin@microsoft.com> | 2025-04-04 16:46:30 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-19 06:17:18 +0000 |
commit | d03c535745ff73bff2154d11bf5b39b1e7e6cbdc (patch) | |
tree | 66a969d57e804004b51266a02cb8abb2271a5ff8 | |
parent | a60b026a1022cfc3bf4fa23b2c54065c734433ff (diff) | |
download | edk2-d03c535745ff73bff2154d11bf5b39b1e7e6cbdc.zip edk2-d03c535745ff73bff2154d11bf5b39b1e7e6cbdc.tar.gz edk2-d03c535745ff73bff2154d11bf5b39b1e7e6cbdc.tar.bz2 |
OvmfPkg: PlatformSecureLib: Support Standalone MM core and drivers
This change extends the library to support MM_CORE_STANDALONE and
MM_STANDALONE for usage in MM standalone environment.
Signed-off-by: Kun Qin <kun.qin@microsoft.com>
-rw-r--r-- | OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf b/OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf index db340f6..538a80d 100644 --- a/OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf +++ b/OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf @@ -13,7 +13,7 @@ FILE_GUID = 4204D78D-EDBF-4cee-BE80-3881457CF344
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER
+ LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER MM_STANDALONE
#
# The following information is for reference only and not required by the build tools.
|