]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd value
authorYunhua Feng <yunhuax.feng@intel.com>
Tue, 20 Jun 2017 05:55:53 +0000 (13:55 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 24 Jun 2017 15:03:38 +0000 (23:03 +0800)
commit413d51cc2bcf608844cf5362535bdd2a9a8b2b5b
tree3b4ba8bf5f6fccb2a6b4ca9651bc5d8f9e9526ed
parentc2d0a1f6d22f0c743899d9d98cef41e4a46c5921
BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd value

Fix the bug to support use '|' or '||' in DSC file's Pcd value.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/String.py