]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Configuration.py
This patch is going to:
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Configuration.py
index 72bfbc709befb0a210195f0870dfa5f5fbdc3ed3..3e54438e3e69b8197c563bd8f774fe6ab13edc09 100644 (file)
@@ -80,6 +80,8 @@ class Configuration(object):
         self.GeneralCheckFileExistence = 1\r
         # Check whether file has non ACSII char\r
         self.GeneralCheckNonAcsii = 1\r
+        # Check whether UNI file is valid\r
+        self.GeneralCheckUni = 1\r
 \r
         ## Space Checking\r
         self.SpaceCheckAll = 1\r
@@ -236,6 +238,15 @@ class Configuration(object):
         # Check whether there are FILE_GUID duplication among different INF files\r
         self.MetaDataFileCheckModuleFileGuidDuplication = 1\r
 \r
+        # Check Guid Format in INF files\r
+        self.MetaDataFileCheckModuleFileGuidFormat = 1\r
+        # Check Protocol Format in INF files\r
+        self.MetaDataFileCheckModuleFileProtocolFormat = 1\r
+        # Check Ppi Format in INF files\r
+        self.MetaDataFileCheckModuleFilePpiFormat = 1\r
+        # Check Pcd Format in INF files\r
+        self.MetaDataFileCheckModuleFilePcdFormat = 1\r
+\r
         #\r
         # The check points in this section are reserved\r
         #\r