mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
f8895c2ad4
commit
b739e14d7f
|
@ -258,6 +258,8 @@ UniCheckAll = 0
|
||||||
UniCheckHelpInfo = 1
|
UniCheckHelpInfo = 1
|
||||||
# Check PCD whether defined the prompt, help in the DEC file and localized information in the associated UNI file.
|
# Check PCD whether defined the prompt, help in the DEC file and localized information in the associated UNI file.
|
||||||
UniCheckPCDInfo = 1
|
UniCheckPCDInfo = 1
|
||||||
|
# Uncheck whether UNI file is in UTF-16 format
|
||||||
|
GeneralCheckUni = -1
|
||||||
|
|
||||||
#
|
#
|
||||||
# The check points in this section are reserved
|
# The check points in this section are reserved
|
||||||
|
|
Loading…
Reference in New Issue