]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Configuration.py
Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly includes:
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Configuration.py
index 1478ee6351bae5e3807ad3819b81ada3d872d874..0ba8d732d77d42747aaf62a9d94b6af139fd31c1 100644 (file)
@@ -100,7 +100,15 @@ class Configuration(object):
         self.HeaderCheckFile = 1\r
         # Check whether Function header exists\r
         self.HeaderCheckFunction = 1\r
-\r
+        # Check whether Meta data File header Comment End with '##'\r
+        self.HeaderCheckFileCommentEnd = 1\r
+        # Check whether C File header Comment content start with two spaces\r
+        self.HeaderCheckCFileCommentStartSpacesNum = 1\r
+        # Check whether C File header Comment's each reference at list should begin with a bullet character '-'\r
+        self.HeaderCheckCFileCommentReferenceFormat = 1\r
+        # Check whether C File header Comment have the License immediately after the ""Copyright"" line\r
+        self.HeaderCheckCFileCommentLicenseFormat = 1\r
+  \r
         ## C Function Layout Checking\r
         self.CFunctionLayoutCheckAll = 0\r
 \r