diff options
author | Jeff Fan <Jeff.fan@intel.com> | 2014-12-10 02:24:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2014-12-10 02:24:50 +0000 |
commit | beaec44e6216ac196205e45e27316fe64df3def0 (patch) | |
tree | 19f895b238bdd704f4ba7d976452ba98d3437d63 | |
parent | 8d62ae35ca6a4d0331f9ebd7609265378e69afbf (diff) | |
download | edk2-beaec44e6216ac196205e45e27316fe64df3def0.zip edk2-beaec44e6216ac196205e45e27316fe64df3def0.tar.gz edk2-beaec44e6216ac196205e45e27316fe64df3def0.tar.bz2 |
Add HobLib DXE instance for SMM_CORE.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <Jeff.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16488 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 2b1c4d8..0b47698 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -124,6 +124,7 @@ LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
[LibraryClasses.common.SMM_CORE]
+ HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
|