]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/config.ini
Sync EDKII BaseTools to BaseTools project r2042.
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / config.ini
index 973bc68b3867f9135b98cece2558e4d1a688bc57..357c52ced0f39edc3c5add83a40e487a4e7151b9 100644 (file)
@@ -21,7 +21,7 @@ Version = 0.1
 # Identify to if check all items\r
 # 1 - Check all items and ignore all other detailed items\r
 # 0 - Not check all items, the tool will go through all other detailed items to decide to check or not\r
-# \r
+#\r
 CheckAll = 0\r
 \r
 #\r
@@ -68,6 +68,8 @@ GeneralCheckNoProgma = 1
 GeneralCheckCarriageReturn = 1\r
 # Check whether the file exists\r
 GeneralCheckFileExistence = 1\r
+# Check whether file has non ACSII char\r
+GeneralCheckNonAcsii = 1\r
 \r
 #\r
 # Space Checking\r
@@ -81,7 +83,7 @@ PredicateExpressionCheckAll = 0
 \r
 # Check whether Boolean values, variable type BOOLEAN not use explicit comparisons to TRUE or FALSE\r
 PredicateExpressionCheckBooleanValue = 1\r
-# Check whether Non-Boolean comparisons use a compare operator (==, !=, >, < >=, <=). \r
+# Check whether Non-Boolean comparisons use a compare operator (==, !=, >, < >=, <=).\r
 PredicateExpressionCheckNonBooleanOperator = 1\r
 # Check whether a comparison of any pointer to zero must be done via the NULL type\r
 PredicateExpressionCheckComparisonNullType = 1\r
@@ -189,7 +191,7 @@ DoxygenCheckAll = 0
 DoxygenCheckFileHeader = 1\r
 # Check whether the function headers are followed Doxygen special documentation blocks in section 2.3.5\r
 DoxygenCheckFunctionHeader = 1\r
-# Check whether the first line of text in a comment block is a brief description of the element being documented. \r
+# Check whether the first line of text in a comment block is a brief description of the element being documented.\r
 # The brief description must end with a period.\r
 DoxygenCheckCommentDescription = 1\r
 # Check whether comment lines with '///< ... text ...' format, if it is used, it should be after the code section.\r
@@ -208,8 +210,8 @@ MetaDataFileCheckPathName = 1
 MetaDataFileCheckGenerateFileList = 1\r
 # The path of log file\r
 MetaDataFileCheckPathOfGenerateFileList = File.log\r
-# Check whether all Library Instances defined for a given module (or dependent library instance) match the module's type.  \r
-# Each Library Instance must specify the Supported Module Types in its INF file, \r
+# Check whether all Library Instances defined for a given module (or dependent library instance) match the module's type.\r
+# Each Library Instance must specify the Supported Module Types in its INF file,\r
 # and any module specifying the library instance must be one of the supported types.\r
 MetaDataFileCheckLibraryInstance = 1\r
 # Check whether a Library Instance has been defined for all dependent library classes\r
@@ -242,3 +244,6 @@ MetaDataFileCheckModuleFileGuidDuplication = 1
 # GotoStatementCheckAll = 0\r
 # SpellingCheckAll = 0\r
 #\r
+\r
+# A list for binary file ext name\r
+BinaryExtList = EXE, EFI, FV, ROM, DLL, COM, BMP, GIF, PYD, CMP, BIN, JPG, UNI, RAW, COM2, LIB, DEPEX, SYS, DB\r