]> git.proxmox.com Git - mirror_edk2.git/commit
Fix two transition issue:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 14 Jun 2006 04:01:11 +0000 (04:01 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 14 Jun 2006 04:01:11 +0000 (04:01 +0000)
commit833b154119b2c08ccaecac2a9d98acd7c1e50f80
treeb78b0f5311e6ee44218f3077ba2ebb1f5ff1cd4c
parentd5e51168eb8d7006616c6a999fe771b91aace087
Fix two transition issue:
1) Although current PCD tool's code support use packageName, packageGuid, version, arch to identify a module, but these value can not be got from FPD file, so use null for transition phase.
2) Add transition code to check <TokenSpaceGuid>, In future, the checking work should be done by schema checking tools when change occur of <TokenSpaceGuid> from[0..1] to [1] in schema.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@508 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Source/GenBuild/org/tianocore/build/pcd/action/CollectPCDAction.java