diff options
author | Hess Chen <hesheng.chen@intel.com> | 2016-04-22 13:18:42 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-13 09:32:27 +0800 |
commit | 01c76ed3479c1df20e93e3314f0313748e6681c3 (patch) | |
tree | 5c7918b876dd3567b56aafb7b6783fc9b9f6c8a6 /BaseTools/Source | |
parent | 24a54bd6104c844ce6060000790b30e14dac43e8 (diff) | |
download | edk2-platforms-01c76ed3479c1df20e93e3314f0313748e6681c3.tar.xz |
BaseTools/ECC: Remove UNI checkpoint from ECC
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
(cherry picked from commit b739e14d7fbfce5b58411bf214a33bbcb7cf4102)
Diffstat (limited to 'BaseTools/Source')
-rw-r--r-- | BaseTools/Source/Python/Ecc/config.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Ecc/config.ini b/BaseTools/Source/Python/Ecc/config.ini index e3481251af..e97c718dcd 100644 --- a/BaseTools/Source/Python/Ecc/config.ini +++ b/BaseTools/Source/Python/Ecc/config.ini @@ -258,6 +258,8 @@ UniCheckAll = 0 UniCheckHelpInfo = 1
# Check PCD whether defined the prompt, help in the DEC file and localized information in the associated UNI file.
UniCheckPCDInfo = 1
+# Uncheck whether UNI file is in UTF-16 format
+GeneralCheckUni = -1
#
# The check points in this section are reserved
|