]> git.proxmox.com Git - mirror_edk2.git/commit - Tools/Java/Source/CheckTools/CheckTools.msa
Added the DbTools that will update the FrameworkDatabase.db file based on what is...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Oct 2006 16:17:28 +0000 (16:17 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Oct 2006 16:17:28 +0000 (16:17 +0000)
commit4de927647804b8ae7bc214dd7f9fd5eaf45853d1
treed1c1c503b0b78ceb3c1e9a65fc7ed0c95ebe604f
parente1869179c62a6542dbbe559e418e55e50cdbd3cd
Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted.
Modified AllResource to include only files that are not compiled.
Added the MSA entries to the SPD file for all modules that are compiled, both Java and C.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1839 6f19259b-4bc3-4df7-8a09-765794883524
18 files changed:
Tools/AllResourceFiles.msa
Tools/Java/Source/CheckTools/CheckTools.msa [new file with mode: 0644]
Tools/Java/Source/CheckTools/src/org/tianocore/CheckTools/CheckTools.java
Tools/Java/Source/CheckTools/src/org/tianocore/CheckTools/ToolChecks.java
Tools/Java/Source/CheckTools/src/org/tianocore/CheckTools/ToolInfo.java [new file with mode: 0644]
Tools/Java/Source/ContextTool/ContextTool.msa [new file with mode: 0644]
Tools/Java/Source/DbTools/DbTools.msa [new file with mode: 0644]
Tools/Java/Source/DbTools/build.xml [new file with mode: 0644]
Tools/Java/Source/DbTools/src/org/tianocore/DbTools/DbCmds.java [new file with mode: 0644]
Tools/Java/Source/DbTools/src/org/tianocore/DbTools/DbTool.java [new file with mode: 0644]
Tools/Java/Source/DbTools/src/org/tianocore/DbTools/UpdateDb.java [new file with mode: 0644]
Tools/Java/Source/Merge/Merge.msa
Tools/Tools.spd
Tools/bin/dbtool [new file with mode: 0644]
Tools/bin/dbtool.bat [new file with mode: 0644]
Tools/bin/fixdb [new file with mode: 0644]
Tools/bin/fixdb.bat [new file with mode: 0644]
Tools/build.xml