diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-14 06:00:11 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-14 06:00:11 +0000 |
commit | 1b45a671653503b3c2d55b18452fe93de81be920 (patch) | |
tree | a78c30be6446ee8a53ea4fd69c2e2a491e4d61dd /MdePkg | |
parent | c819c0166595ddec25275c38e4005621da1b031b (diff) | |
download | edk2-platforms-1b45a671653503b3c2d55b18452fe93de81be920.tar.xz |
Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10002 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index d7b40797d1..4e0c99cf39 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -152,6 +152,7 @@ MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.inf
MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
+ MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
[Components.IPF]
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|