]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/config.ini
BaseTools: Replace StandardError with Expression
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / config.ini
index 89c17a5ef29b1a7fd1ec3c88869fa52404b3dda7..9a431bf1245d28ae261ad4f1edd45367ab92f2d0 100644 (file)
@@ -41,7 +41,7 @@ AutoCorrect = 1
 #\r
 # List customized Modifer here, split with ','\r
 #\r
-ModifierList = IN, OUT, OPTIONAL, UNALIGNED, EFI_RUNTIMESERVICE, EFI_BOOTSERVICE, EFIAPI, TPMINTERNALAPI\r
+ModifierList = IN, OUT, OPTIONAL, UNALIGNED, EFI_RUNTIMESERVICE, EFI_BOOTSERVICE, EFIAPI, TPMINTERNALAPI, STATIC\r
 \r
 #\r
 # General Checking\r
@@ -230,6 +230,8 @@ MetaDataFileCheckLibraryInstanceDependent = 1
 MetaDataFileCheckLibraryInstanceOrder = 1\r
 # Check whether the unnecessary inclusion of library classes in the INF file\r
 MetaDataFileCheckLibraryNoUse = 1\r
+# Check the header file in Include\Library directory whether be defined in the package DEC file.\r
+MetaDataFileCheckLibraryDefinedInDec = 1\r
 # Check whether an INF file is specified in the FDF file, but not in the DSC file, then the INF file must be for a Binary module only\r
 MetaDataFileCheckBinaryInfInFdf = 1\r
 # Not to report error and warning related OS include file such as "windows.h" and "stdio.h".\r
@@ -256,6 +258,15 @@ UniCheckAll = 0
 UniCheckHelpInfo = 1\r
 # Check PCD whether defined the prompt, help in the DEC file and localized information in the associated UNI file.\r
 UniCheckPCDInfo = 1\r
+# Uncheck whether UNI file is in UTF-16 format\r
+GeneralCheckUni = -1\r
+\r
+#\r
+# SMM Communicate Function Parameter Checking\r
+#\r
+SmmCommParaCheckAll = 0\r
+# Check if the EFI_SMM_COMMUNICATION_PROTOCOL parameter buffer type is Reserved / ACPI NVS or UEFI RT code/data\r
+SmmCommParaCheckBufferType = 1\r
 \r
 #\r
 # The check points in this section are reserved\r