]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Configuration.py
Sync BaseTool trunk (version r2670) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Configuration.py
index 0ba8d732d77d42747aaf62a9d94b6af139fd31c1..4f93d79661b412094632db3ece1a8912a80eee9c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define class Configuration\r
 #\r
-# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2014, 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
@@ -247,6 +247,9 @@ class Configuration(object):
 \r
         # A list for binary file ext name\r
         self.BinaryExtList = []\r
+        \r
+        # A list for only scanned folders\r
+        self.ScanOnlyDirList = []\r
 \r
         self.ParseConfig()\r
 \r