edk2/Tools/Source/FrameworkTasks
jwang36 93f5dd0a0e 1) Changed ToolArg class to abstract generic arguments of a tool
2) Added FileArg class to abstract arguments which represent the path of a file
3) Changed the log method to EdkLog and the message format for flashmap, fwimage, gendepex, genfvimage, gensection, peirebase, strgather and vfrcompile tool. And changed these tools to use ToolArg and FileArg to keep their arguments.
4) Added more verbose message for OnDependency task
5) Changed MakeDeps tool to insert a file end flag. This is very useful when dependency check is broken occasionally
6) Cleaned the coding style of java code


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1519 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-13 02:15:32 +00:00
..
org/tianocore/framework/tasks 1) Changed ToolArg class to abstract generic arguments of a tool 2006-09-13 02:15:32 +00:00
FrameworkTasks.msa Fixed MSA files so that they have unique names and removed extra copyright and license information in the comment - these are in the header. 2006-07-13 13:15:21 +00:00
build.xml Update the binary MSA to say they were binary, fixed an abstract, changed a module UiName, changed tool default values in the build.xml files to give the name of the tool, rather than all, so when building the tools, you can tell what tool it is trying to build. 2006-07-09 14:14:00 +00:00
frameworktasks.tasks Add ModifyInftask in FrameworkTask. 2006-07-05 11:50:44 +00:00