]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/FfsProcess.java
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / FfsProcess.java
index 3a67e6eb3467ae1ae13b6f017d0ffb212c4db27b..26b93909019cd75dce831bb3af1f4970d8a950be 100644 (file)
@@ -273,7 +273,12 @@ public class FfsProcess {
             // \r
             ele = doc.createElement("gensection");\r
             if (type != null) {\r
-                ele.setAttribute("sectiontype", "EFI_SECTION_GUID_DEFINED");\r
+                if (type.equalsIgnoreCase("COMPRESS")) {\r
+                    ele.setAttribute("sectionType", "EFI_SECTION_COMPRESSION");\r
+                }else {\r
+                    ele.setAttribute("sectiontype", "EFI_SECTION_GUID_DEFINED");    \r
+                }\r
+                \r
             } else {\r
                 ele.setAttribute("sectiontype", sectType);\r
             }\r