]> git.proxmox.com Git - mirror_edk2.git/commit
Fix the track EDKT187: If a module do not use PCD, PcdLib library class need not...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Aug 2006 13:59:00 +0000 (13:59 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Aug 2006 13:59:00 +0000 (13:59 +0000)
commitbd4814401e1277f19fa1498dbd187dca68923b47
tree1c445657919990d27cd5a2a7eb8bbb7a37dd11fb
parent8c4eeeb6a58a41aee05259ae8f1cdb3de6c58bbf
Fix the track EDKT187: If a module do not use PCD, PcdLib library class need not be exist in its MSA file.
The fixing is judge whether the module's library instance use PCD, if use, build tools will add PcdLib into module's autogen.h automatically.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1297 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/GenBuild/org/tianocore/build/autogen/AutoGen.java
Tools/Source/GenBuild/org/tianocore/build/autogen/CommonDefinition.java
Tools/Source/GenBuild/org/tianocore/build/global/SurfaceAreaQuery.java