diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 05:41:22 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 05:41:22 +0000 |
commit | 4c395b6d955793d16e542c3446df88b828493838 (patch) | |
tree | 7cd9544078a9777a9b587a917f024de57c21e569 /MdePkg/Library/PeiExtractGuidedSectionLib | |
parent | 190f29c01b3ea191fc1549d67b6b5ef3effef539 (diff) | |
download | edk2-platforms-4c395b6d955793d16e542c3446df88b828493838.tar.xz |
Library classes updated in INF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6966 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiExtractGuidedSectionLib')
-rw-r--r-- | MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf index 263f4b06e5..4cd81bacd7 100644 --- a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf +++ b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf @@ -40,6 +40,7 @@ BaseMemoryLib
DebugLib
HobLib
+ PcdLib
[Pcd.common]
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|