]> git.proxmox.com Git - mirror_edk2.git/commit
This patch make sure that Pcd Dynamic database generation tool is able to handle...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Aug 2006 05:53:51 +0000 (05:53 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Aug 2006 05:53:51 +0000 (05:53 +0000)
commitd73557df24ea982cb3980259a260dd39dfc77fd9
tree491145487545a54372ad409c5ad9cdf7194d4a58
parenteeb1cd5af35f45308aa2ff153feed9f768a6ef77
This patch make sure that Pcd Dynamic database generation tool is able to handle the VariableName of type HexWordArrayType in DynamicPcdBuildDefinitions section in FPD file. The HexWorldArrayType (UINT16 in C concept) is printed directly into the dynamic PCD database.

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