]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/config.ini
BaseTools/Ecc: Add a checkpoint for invalid UNI file.
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / config.ini
index 436fe4b09b651270b82dea6ba2f20b7d2ebd3cc4..89c17a5ef29b1a7fd1ec3c88869fa52404b3dda7 100644 (file)
@@ -2,7 +2,7 @@
 # This file is used to set configuration of ECC tool\r
 # For the items listed below, 1 means valid, 0 means invalid\r
 #\r
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -70,6 +70,8 @@ GeneralCheckCarriageReturn = 1
 GeneralCheckFileExistence = 1\r
 # Check whether file has non ACSII char\r
 GeneralCheckNonAcsii = 1\r
+# Check whether UNI file is valid\r
+GeneralCheckUni = 1\r
 \r
 #\r
 # Space Checking\r
@@ -236,7 +238,7 @@ MetaDataFileCheckPcdDuplicate = 1
 # Check whether PCD settings in the FDF file can only be related to flash.\r
 MetaDataFileCheckPcdFlash = 1\r
 # Check whether PCDs used in INF files but not specified in DSC or FDF files\r
-MetaDataFileCheckPcdNoUse = 1\r
+MetaDataFileCheckPcdNoUse = 0\r
 # Check whether having duplicate guids defined for Guid/Protocol/Ppi\r
 MetaDataFileCheckGuidDuplicate = 1\r
 # Check whether all files under module directory are described in INF files\r
@@ -246,6 +248,15 @@ MetaDataFileCheckPcdType = 1
 # Check whether there are FILE_GUID duplication among different INF files\r
 MetaDataFileCheckModuleFileGuidDuplication = 1\r
 \r
+#\r
+# Uni File Processing Checking\r
+#\r
+UniCheckAll = 0\r
+# Check INF or DEC file whether defined the localized information in the associated UNI file.\r
+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
+\r
 #\r
 # The check points in this section are reserved\r
 #\r