]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix parse PCD GUID expression issue
authorFeng, YunhuaX <YunhuaX.Feng@intel.com>
Sat, 9 May 2020 00:14:44 +0000 (08:14 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 13 May 2020 06:37:18 +0000 (06:37 +0000)
commitceacd9e992cd12f3c07ae1a28a75a6b8750718aa
tree3194c32146304791ca99d8246dfff4305497166e
parent242ab73d7f255d5d859eaf74a23b9d68c686d177
BaseTools: Fix parse PCD GUID expression issue

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2686

The build tool will give an incorrect GUID value if the GUID includes character ' or " ASCII value.
This patch is going to fix this issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Common/Misc.py