diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-17 16:23:46 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-17 16:23:46 +0000 |
commit | ca844f3623e795de548a5aaa8bda84aa0466b5dd (patch) | |
tree | bec8ecaca084258b7ca2b8dd3a04bc3c5e8bdfec /MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa | |
parent | 515bd5d42f16c19aaf35454223a7278634b9d7bc (diff) | |
download | edk2-platforms-ca844f3623e795de548a5aaa8bda84aa0466b5dd.tar.xz |
Continue to fix EDKT187.
After discussion with ouyang, qian and shi, carl, we find it is no necessary to add PcdLib according to whether library instance use PcdLib.
In this patch. I remove original fixing and correct some MSA file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1315 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa')
-rw-r--r-- | MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa index 6e4f9e0e36..09698a4889 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa @@ -31,9 +31,6 @@ <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
- <LibraryClass Usage="ALWAYS_CONSUMED">
- <Keyword>PcdLib</Keyword>
- </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
<Filename>BasePeCoff.c</Filename>
|