]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/CompressSection.py
There is a limitation on WINDOWS OS for the length of entire file path can’t be large...
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / CompressSection.py
index 4a32ea4458551ae67ca11a1b34e7d3d14930d6f7..9d9c9cfdf7ea0b1a9a596c30f6d70a19bdcbe1b6 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
 # process compress section generation\r
 #\r
-#  Copyright (c) 2007, Intel Corporation\r
+#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -29,8 +29,8 @@ class CompressSection (CompressSectionClassObject) :
 \r
     ## compress types: PI standard and non PI standard\r
     CompTypeDict = {\r
-        'PI_STD'     : 'PI_STD',\r
-        'NON_PI_STD' : 'NON_PI_STD'\r
+        'PI_STD'  : 'PI_STD',\r
+        'PI_NONE' : 'PI_NONE'\r
     }\r
 \r
     ## The constructor\r