X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkTasks%2Forg%2Ftianocore%2Fframework%2Ftasks%2FZeroDebugDataTask.java;h=ccba47d4a60b8f06cdb966dd56b974e094a10375;hp=eb9707afe1bad4fe1c0f6677d70e59871e3fd497;hb=ff225cbbae618da0eb4ad54064a40e7dd4e343df;hpb=2f62848a85ad30ff865e877bc3adfb3472caf99d diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/ZeroDebugDataTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/ZeroDebugDataTask.java index eb9707afe1..ccba47d4a6 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/ZeroDebugDataTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/ZeroDebugDataTask.java @@ -2,14 +2,14 @@ ZeroDebugDataTask class. ZeroDebugDataTask is used to call ZeroDebugData.exe to remove debug data. - - + + Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php - + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @@ -24,7 +24,8 @@ import org.apache.tools.ant.BuildException; import org.apache.tools.ant.taskdefs.Execute; import org.apache.tools.ant.taskdefs.LogStreamHandler; import org.apache.tools.ant.types.Commandline; -import org.tianocore.logger.EdkLog; + +import org.tianocore.common.logger.EdkLog; /** ZeroDebugDataTask class. @@ -50,10 +51,10 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * execute - * + * * ZeroDebugDataTask execute function is to assemble tool command line & execute * tool command line - * + * * @throws BuidException */ public void execute() throws BuildException { @@ -109,7 +110,7 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { EdkLog.log(EdkLog.EDK_INFO, (new File(this.peFile)).getName()); revl = runner.execute(); - + if (EFI_SUCCESS == revl) { // // command execution success @@ -130,9 +131,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * getPeFile - * + * * This function is to get class member "inputFile". - * + * * @return string of input file name. */ public String getPeFile() { @@ -141,9 +142,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * setPeFile - * + * * This function is to set class member "peFile". - * + * * @param peFile * string of input file name. */ @@ -153,9 +154,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * getOutputFile - * + * * This function is to get class member "outputFile" - * + * * @return outputFile string of output file name. */ public String getOutputFile() { @@ -164,9 +165,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * setOutputFile - * + * * This function is to set class member "outputFile" - * + * * @param outputFile * string of output file name. */ @@ -176,9 +177,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * getOutputDir - * + * * This function is to get class member "outputDir" - * + * * @return outputDir string of output directory. */ public String getOutputDir() { @@ -187,9 +188,9 @@ public class ZeroDebugDataTask extends Task implements EfiDefine { /** * setOutputDir - * + * * This function is to set class member "outputDir" - * + * * @param outputDir * string of output directory. */