mirror of https://github.com/acidanthera/audk.git
Library classes updated in INF
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6966 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
190f29c01b
commit
4c395b6d95
|
@ -42,6 +42,7 @@
|
|||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
PcdLib
|
||||
|
||||
[Pcd.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
PcdLib
|
||||
|
||||
[Pcd.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
PeiMemoryLib
|
||||
DxeMemoryLib
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 2006, Intel Corporation<BR>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue