summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePciExpressLib
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-17 14:31:03 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-17 14:31:03 +0000
commit4b9fc76f7bba0d847d36cb2070a2d3305ae87acc (patch)
tree8373a11e82ff29ba2818cab19b061e23043bd5fd /MdePkg/Library/BasePciExpressLib
parentbbe4ba8149fbe59fc9d48faba516401631896bcc (diff)
downloadedk2-4b9fc76f7bba0d847d36cb2070a2d3305ae87acc.tar.gz
edk2-4b9fc76f7bba0d847d36cb2070a2d3305ae87acc.tar.bz2
edk2-4b9fc76f7bba0d847d36cb2070a2d3305ae87acc.zip
Fix track EDKT104: If a module use PCD, MSA of this module should use PcdLib libraryClass.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1034 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciExpressLib')
-rw-r--r--MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa
index 9db23eb2e5..7996aeb86d 100644
--- a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa
+++ b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.msa
@@ -42,6 +42,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>DebugLib</Keyword>
</LibraryClass>
+ <LibraryClass Usage="ALWAYS_CONSUMED">
+ <Keyword>PcdLib</Keyword>
+ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
<Filename>PciLib.c</Filename>