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
|
MemoryAllocationLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
|
PcdLib
|
||||||
|
|
||||||
[Pcd.common]
|
[Pcd.common]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
HobLib
|
HobLib
|
||||||
|
PcdLib
|
||||||
|
|
||||||
[Pcd.common]
|
[Pcd.common]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
PeiMemoryLib
|
PeiMemoryLib
|
||||||
DxeMemoryLib
|
DxeMemoryLib
|
||||||
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
|
Loading…
Reference in New Issue