From: jji4 Date: Wed, 10 Dec 2008 05:41:22 +0000 (+0000) Subject: Library classes updated in INF X-Git-Tag: edk2-stable201903~19280 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4c395b6d955793d16e542c3446df88b828493838 Library classes updated in INF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6966 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf index 49f6a24bc5..a03b413cdb 100644 --- a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf +++ b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf @@ -42,6 +42,7 @@ MemoryAllocationLib BaseMemoryLib DebugLib + PcdLib [Pcd.common] gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler 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 diff --git a/MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c b/MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c index 27da96d56b..59371c5fe2 100644 --- a/MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c +++ b/MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c @@ -11,7 +11,7 @@ PeiMemoryLib DxeMemoryLib -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at