diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-03-14 02:15:36 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-03-14 02:15:36 +0000 |
commit | 68154a82a871e23d54b1c77d4d8d92f263b1ee3e (patch) | |
tree | 8caa7b671edab08b68ceb192860210243148a4e1 | |
parent | 675a7b0b3fb896e5fcf4128b4fea52fc7d0811a1 (diff) | |
download | edk2-68154a82a871e23d54b1c77d4d8d92f263b1ee3e.zip edk2-68154a82a871e23d54b1c77d4d8d92f263b1ee3e.tar.gz edk2-68154a82a871e23d54b1c77d4d8d92f263b1ee3e.tar.bz2 |
Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which force every driver to include MdePkg/Include/Library/PeCoffLib.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2459 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa b/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa index 86cdc2b..d9943bb 100644 --- a/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa +++ b/EdkNt32Pkg/Dxe/PlatformBds/PlatformBds.msa @@ -9,7 +9,7 @@ <Description>
Do platform action customized by IBV/OEM.
</Description>
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
+ <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
<License>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
@@ -78,6 +78,9 @@ <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>HiiLib</Keyword>
</LibraryClass>
+ <LibraryClass Usage="ALWAYS_CONSUMED">
+ <Keyword>PeCoffLib</Keyword>
+ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
<Filename>PlatformData.c</Filename>
|