diff options
author | Hess Chen <hesheng.chen@intel.com> | 2016-04-22 13:18:42 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-04-26 12:01:07 +0800 |
commit | b739e14d7fbfce5b58411bf214a33bbcb7cf4102 (patch) | |
tree | c9883e4e19b89fd1094613522361e0a52090f2e9 /BaseTools/Source/Python | |
parent | f8895c2ad4fe0191732aa376333eaf49649e3760 (diff) | |
download | edk2-platforms-b739e14d7fbfce5b58411bf214a33bbcb7cf4102.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>
Diffstat (limited to 'BaseTools/Source/Python')
-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
|