]> git.proxmox.com Git - mirror_edk2.git/commit - Tools/Source/GenBuild/org/tianocore/build/pcd/entity/UsageInstance.java
Change the macro for dynamicEx type PCD and modify autogen tools to auto generate...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 17 Jun 2006 09:57:06 +0000 (09:57 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 17 Jun 2006 09:57:06 +0000 (09:57 +0000)
commit38ee8d9e660ef04e03a86dab008355b5c4f2ab62
tree0864d7db9e975e174e02ab03e54f7177db6ac76a
parent5179dda3f8b027ccf3d75a0168c9dae412ba16e8
Change the macro for dynamicEx type PCD and modify autogen tools to auto generate TokenSpaceGuid. After modification, you can use two method access DynamicPCD,
1) PcdGet8/PcdGet32/... to get a value of DynamicEx PCD, same as PcdSetxx
2) PcdGet8Ex/PcdGet32Ex to get a value of DynamicEx PCD, same as PcdSetxxEx.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@549 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/PcdLib.h
Tools/Source/GenBuild/org/tianocore/build/pcd/action/CollectPCDAction.java
Tools/Source/GenBuild/org/tianocore/build/pcd/entity/Token.java
Tools/Source/GenBuild/org/tianocore/build/pcd/entity/UsageInstance.java