]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/GenBuild/org/tianocore/build/FfsProcess.java
Add Build Macro to build SEC modules.
[mirror_edk2.git] / Tools / Java / Source / GenBuild / org / tianocore / build / FfsProcess.java
index 26b93909019cd75dce831bb3af1f4970d8a950be..baa9eab9a591b5ea7b365bfba9a78bac70fa35f0 100644 (file)
@@ -379,7 +379,7 @@ public class FfsProcess {
             if (fileName == null) {\r
                 ele.setAttribute("file", "${DEST_DIR_OUTPUT}" + File.separatorChar + basename + getSectionExt(type));\r
             } else {\r
-                ele.setAttribute("file", "${PLATFORM_DIR}" + File.separatorChar + fileName);\r
+                ele.setAttribute("file", fileName);\r
             }\r
             root.appendChild(ele);\r
         } else {\r
@@ -390,7 +390,7 @@ public class FfsProcess {
             if (fileName == null) {\r
                 ele.setAttribute("fileName", "${DEST_DIR_OUTPUT}" + File.separatorChar + basename + getSectionExt(type));\r
             } else {\r
-                ele.setAttribute("fileName", "${PLATFORM_DIR}" + File.separatorChar + fileName);\r
+                ele.setAttribute("fileName", fileName);\r
             }\r
             root.appendChild(ele);\r
         }\r