]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkTasks/org/tianocore/framework/tasks/Section.java
- Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed.
[mirror_edk2.git] / Tools / Java / Source / FrameworkTasks / org / tianocore / framework / tasks / Section.java
index 5fa8d7b1ee35968f1bf228e12d1286cf131007a6..ff4c6d6d113b88029b4fbcee7baaafb1f7cc5829 100644 (file)
@@ -19,5 +19,8 @@ import java.io.DataOutputStream;
  Section interface is for geting the contain buffer form compress, tool, and sectFile  \r
  **/\r
 public interface Section {\r
  Section interface is for geting the contain buffer form compress, tool, and sectFile  \r
  **/\r
 public interface Section {\r
+    int alignment = 0;\r
     public void toBuffer (DataOutputStream buffer);\r
     public void toBuffer (DataOutputStream buffer);\r
+    public void setAlignment(int alignment);\r
+    public int getAlignment();\r
 }
\ No newline at end of file
 }
\ No newline at end of file