From 4c395b6d955793d16e542c3446df88b828493838 Mon Sep 17 00:00:00 2001 From: jji4 Date: Wed, 10 Dec 2008 05:41:22 +0000 Subject: Library classes updated in INF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6966 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf | 1 + .../Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf | 1 + MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3