]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Allow decimal values in the EDK II meta-data file
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 9 Nov 2015 07:43:07 +0000 (07:43 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 9 Nov 2015 07:43:07 +0000 (07:43 +0000)
commit3ab1434a6ede4e006ef0b001108c354f4fa6d91e
treea5ecdd9219b8e1508d342ca1b87290868be9a520
parentac4588532d17a2f3cac3e7dde7c85ed59dab319b
BaseTools: Allow decimal values in the EDK II meta-data file

Because the EDK II meta-data specifications already allow using decimal
values in the EDK II Meta-data file [Defines] section, this patch update
code to allow this usage.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18746 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/Workspace/MetaFileParser.py
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py