audk/BaseTools/Source/Python
zhijufan 03c36c36a3 BaseTools: Add check for the string type whether is same
Relational and equality operators require both operands to be of
the same type.
Treat the string 'A' and "A" as same type, but for "A" and L"A"
are not same type since one is general string, another is unicode
string.

True:'A'<'B', "A"<"B" 'A'<"B", L'A'<L'B', L"A"<L"B", L'A'<L"B"
Error:'A'<L'B', 'A'<L"B", "A'<L'B'

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>
2018-10-16 14:44:50 +08:00
..
AutoGen BaseTools: increment build generate inf file lost .depex file 2018-10-15 10:28:05 +08:00
BPDG Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Capsule BaseTools/Capsule: Support capsules without a payload header 2018-08-02 14:35:29 -07:00
Common BaseTools: Add check for the string type whether is same 2018-10-16 14:44:50 +08:00
CommonDataClass BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
Ecc Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Eot Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
GenFds BaseTools: Fix regression boot hang issue by commit 0e982cf03d 2018-10-15 18:21:28 +08:00
GenPatchPcdTable Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
PatchPcdValue Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Pkcs7Sign Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Rsa2048Sha256Sign Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Table Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
TargetTool Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Trim Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
UPT Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
Workspace BaseTools:Fix issue caused by 84a52d4d03 2018-10-16 08:59:51 +08:00
build BaseTools: Enhance the *P Flag display for Structure Pcd 2018-10-15 15:26:48 +08:00
GNUmakefile Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
Makefile BaseTools: Update Makefile for ECC tool 2018-08-23 14:54:15 +08:00
sitecustomize.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00