]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/fpd/FpdParserForThread.java
Add two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. GenBuildLo...
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / fpd / FpdParserForThread.java
index b16530b59f4c9765ea4122c5450ace702e383af5..65516645206f899d18cb46b845b2b59779fd3387 100644 (file)
@@ -1,9 +1,6 @@
 /** @file\r
  This file is ANT task FpdParserTask. \r
  \r
- FpdParserTask is used to parse FPD (Framework Platform Description) and generate\r
- build.out.xml. It is for Package or Platform build use. \r
\r
  Copyright (c) 2006, Intel Corporation\r
  All rights reserved. This program and the accompanying materials\r
  are licensed and made available under the terms and conditions of the BSD License\r
@@ -37,31 +34,6 @@ import org.tianocore.build.GenBuildThread;
 import org.tianocore.common.exception.EdkException;\r
 \r
 /**\r
-  <code>FpdParserTask</code> is an ANT task. The main function is parsing Framework\r
-  Platform Descritpion (FPD) XML file and generating its ANT build script for \r
-  corresponding platform.  \r
-\r
-  <p>The task sets global properties PLATFORM, PLATFORM_DIR, PLATFORM_RELATIVE_DIR\r
-  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
-  \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
-  different ToolChainTag. </p>\r
-  \r
-  <p>The method parseFpdFile is also prepared for single module build. </p>\r
-  \r
-  <p>The usage is (take NT32 Platform for example):</p>\r
-\r
-  <pre>\r
-  &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
@@ -94,19 +66,8 @@ public class FpdParserForThread extends FpdParserTask {
     }\r
 \r
     /**\r
-     ANT task's entry method. The main steps is described as following: \r
-     \r
-     <ul>\r
-     <li>Initialize global information (Framework DB, SPD files and all MSA files \r
-     listed in SPD). This step will execute only once in whole build process;</li>\r
-     <li>Parse specified FPD file; </li>\r
-     <li>Generate FV.inf files; </li>\r
-     <li>Generate PlatformName_build.xml file for Flatform build; </li>\r
-     <li>Collect PCD information. </li>\r
-     </ul>\r
      \r
-     @throws BuildException\r
-     Surface area is not valid. \r
+\r
     **/\r
     public void execute() throws BuildException {\r
         //\r