]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/Expression.py
BaseTools: Add special handle for '\' use in Pcd Value
authorzhijufan <zhijux.fan@intel.com>
Wed, 17 Oct 2018 05:57:01 +0000 (13:57 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 1 Nov 2018 02:27:13 +0000 (10:27 +0800)
commitd3d97b378fe4d0bfbcbdb296d06bcf1d09165480
treeaf7e1c1944a760e37f91425dd59303f46c2ee6f4
parent5b9639e697350c9e18e98ddb0119e8598b004a8f
BaseTools: Add special handle for '\' use in Pcd Value

V2: Follow PEP8 to not multiples import on one line

Case:
gEfiOzmosisPkgTokenSpaceGuid.PcdBootLogFolderPath|L"\\Logs\\"|VOID*|12

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=1287
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
BaseTools/Source/Python/Common/Expression.py
BaseTools/Source/Python/Common/Misc.py