diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-20 04:58:29 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-20 04:58:29 +0000 |
commit | 4882bfdc7e41d6f5a253e52014c140bbca4e87f1 (patch) | |
tree | d8d17808d1d86186c1ba21e7b38a3054470df83f /MdePkg | |
parent | 3bdcb9699847a9ace1e6f682ed867a3abe8ff3d6 (diff) | |
download | edk2-platforms-4882bfdc7e41d6f5a253e52014c140bbca4e87f1.tar.xz |
Add missing library instance to MdePkg.dsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5693 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 6e33f8a822..0f802a7d7b 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -80,6 +80,7 @@ MdePkg/Library/HiiLib/HiiLib.inf
MdePkg/Library/IfrSupportLib/IfrSupportLib.inf
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
+ MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
|