diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2021-01-23 05:11:48 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-02-01 01:40:38 +0000 |
commit | ea56ebf67dd55483105aa9f9996a48213e78337e (patch) | |
tree | ddd2d93065213d63afd3e836736451c90bf6b793 /MdePkg | |
parent | c6be6dab9c4bdf135bc02b61ecc304d5511c3588 (diff) | |
download | edk2-ea56ebf67dd55483105aa9f9996a48213e78337e.tar.gz edk2-ea56ebf67dd55483105aa9f9996a48213e78337e.tar.bz2 edk2-ea56ebf67dd55483105aa9f9996a48213e78337e.zip |
MdePkg/SmiHandlerProfileLibNull: Add MM_STANDALONE support
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3184
Allows the library instance to be linked with MM_STANDALONE modules.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c | 2 | ||||
-rw-r--r-- | MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c index c2c6b8bc6f..4bf800c139 100644 --- a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c +++ b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c @@ -6,7 +6,7 @@ **/
-#include <PiSmm.h>
+#include <PiMm.h>
#include <Library/SmiHandlerProfileLib.h>
/**
diff --git a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf index caf9af8993..e3512248a0 100644 --- a/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf +++ b/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf @@ -15,7 +15,7 @@ FILE_GUID = B43D1B52-6251-4E6F-82EC-A599A5EE94C1
MODULE_TYPE = DXE_SMM_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE
+ LIBRARY_CLASS = SmiHandlerProfileLib|DXE_SMM_DRIVER SMM_CORE MM_STANDALONE MM_CORE_STANDALONE
#
# The following information is for reference only and not required by the build tools.
|