]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/fpd/FpdParserTask.java
Change module build sequence. 1. Get FvImageName list according to their declaration...
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / fpd / FpdParserTask.java
index edaab68aaabc3c7d863faebe327a3df200b156cb..9a7581d93d50bb668dc3094c491cdfe3747b18d9 100644 (file)
@@ -55,8 +55,7 @@ import org.tianocore.build.toolchain.ToolChainMap;
   and BUILD_DIR. </p>\r
 \r
   <p>The task generates ${PLATFORM}_build.xml file which will be called by top level\r
-  build.xml. The task also generate Fv.inf files (File is for Tool GenFvImage)\r
-  and flash definition file (File is for Tool FlashMap) if necessary. </p>\r
+  build.xml. The task also generate Fv.inf files (File is for Tool GenFvImage). </p>\r
 \r
   <p>FpdParserTask task stores all FPD information to GlobalData. And parse\r
   tools definition file to set up compiler options for different Target and\r
@@ -70,9 +69,6 @@ import org.tianocore.build.toolchain.ToolChainMap;
   &lt;FPDParser platformName="Nt32" /&gt;\r
   </pre>\r
 \r
-  <p>The task will initialize all information through parsing Framework Database,\r
-  SPD, Tool chain configuration files. </p>\r
-\r
   @since GenBuild 1.0\r
 **/\r
 public class FpdParserTask extends Task {\r
@@ -102,7 +98,6 @@ public class FpdParserTask extends Task {
 \r
     private boolean isUnified = true;\r
 \r
-\r
     /**\r
       Public construct method. It is necessary for ANT task.\r
     **/\r
@@ -174,7 +169,7 @@ public class FpdParserTask extends Task {
         //\r
         // Gen build.xml\r
         //\r
-        PlatformBuildFileGenerator fileGenerator = new PlatformBuildFileGenerator(getProject(), outfiles, isUnified);\r
+        PlatformBuildFileGenerator fileGenerator = new PlatformBuildFileGenerator(getProject(), outfiles, fvs, isUnified);\r
         fileGenerator.genBuildFile();\r
 \r
         //\r