]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Configuration.py
Sync EDKII BaseTools to BaseTools project r1971
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Configuration.py
index bd9313cef4bda6d5ae5818b5cf3288dac71fc08a..310cb5716bfa5875e5ec756dfeb6eb546f7990fc 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to define class Configuration\r
 #\r
-# Copyright (c) 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2008, 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
 # http://opensource.org/licenses/bsd-license.php\r
@@ -222,7 +222,9 @@ class Configuration(object):
         self.MetaDataFileCheckModuleFileNoUse = 1\r
         # Check whether the PCD is correctly used in C function via its type\r
         self.MetaDataFileCheckPcdType = 1\r
-        \r
+        # Check whether there are FILE_GUID duplication among different INF files\r
+        self.MetaDataFileCheckModuleFileGuidDuplication = 1\r
+\r
         #\r
         # The check points in this section are reserved\r
         #\r