]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/CompressSection.py
Sync EDKII BaseTools to BaseTools project r1971
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / CompressSection.py
index 4a32ea4458551ae67ca11a1b34e7d3d14930d6f7..4bcf286c23f0e854b046874152c4180720ac02a4 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
 # process compress section generation\r
 #\r
-#  Copyright (c) 2007, Intel Corporation\r
+#  Copyright (c) 2007, 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