]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenC.py
Sync BaseTools Branch (version r2271) to EDKII main trunk.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Aug 2011 07:46:26 +0000 (07:46 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Aug 2011 07:46:26 +0000 (07:46 +0000)
commit4234283c3acb8c35014acc1546621fbc2621b095
tree208a4f87b2820ec1f3a414508ca1c215c5deed18
parentba944801a988dddf3ed217c72c8d880d0f03d150
Sync BaseTools Branch (version r2271) to EDKII main trunk.

  BaseTool Branch:
  https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/branches/Releases/BaseTools_r2100

Signed-off-by: lgao4
Reviewed-by: hchen30
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12214 6f19259b-4bc3-4df7-8a09-765794883524
186 files changed:
BaseTools/Bin/Win32/BPDG.exe
BaseTools/Bin/Win32/BootSectImage.exe
BaseTools/Bin/Win32/EfiLdrImage.exe
BaseTools/Bin/Win32/EfiRom.exe
BaseTools/Bin/Win32/Fpd2Dsc.exe
BaseTools/Bin/Win32/GenBootSector.exe
BaseTools/Bin/Win32/GenCrc32.exe
BaseTools/Bin/Win32/GenDepex.exe
BaseTools/Bin/Win32/GenFds.exe
BaseTools/Bin/Win32/GenFfs.exe
BaseTools/Bin/Win32/GenFv.exe
BaseTools/Bin/Win32/GenFw.exe
BaseTools/Bin/Win32/GenPage.exe
BaseTools/Bin/Win32/GenPatchPcdTable.exe
BaseTools/Bin/Win32/GenSec.exe
BaseTools/Bin/Win32/GenVtf.exe
BaseTools/Bin/Win32/LzmaCompress.exe
BaseTools/Bin/Win32/MigrationMsa2Inf.exe
BaseTools/Bin/Win32/PatchPcdValue.exe
BaseTools/Bin/Win32/Spd2Dec.exe
BaseTools/Bin/Win32/Split.exe
BaseTools/Bin/Win32/TargetTool.exe
BaseTools/Bin/Win32/TianoCompress.exe
BaseTools/Bin/Win32/Trim.exe
BaseTools/Bin/Win32/UPT.exe [new file with mode: 0644]
BaseTools/Bin/Win32/VfrCompile.exe
BaseTools/Bin/Win32/VolInfo.exe
BaseTools/Bin/Win32/_ctypes.pyd [new file with mode: 0644]
BaseTools/Bin/Win32/build.exe
BaseTools/BuildNotes.txt
BaseTools/Conf/Empty_Package_Information_Data_File.ini [new file with mode: 0644]
BaseTools/Conf/XMLSchema/DistributionPackage.xsd
BaseTools/Conf/build_rule.template
BaseTools/Conf/target.template
BaseTools/Conf/tools_def.template
BaseTools/Source/C/Common/ParseInf.h
BaseTools/Source/C/GenPage/GenPage.c
BaseTools/Source/C/Include/Common/MdeModuleHii.h
BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h
BaseTools/Source/C/Include/Protocol/DevicePath.h [deleted file]
BaseTools/Source/C/VfrCompile/EfiVfr.h
BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
BaseTools/Source/C/VfrCompile/VfrCompiler.h
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
BaseTools/Source/C/VfrCompile/VfrFormPkg.h
BaseTools/Source/C/VfrCompile/VfrSyntax.g
BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp
BaseTools/Source/C/VfrCompile/VfrUtilityLib.h
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/AutoGen/GenC.py
BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools/Source/Python/Common/BuildToolError.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/GenFds/Fv.py
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
BaseTools/Source/Python/GenFds/Region.py
BaseTools/Source/Python/GenFds/Section.py
BaseTools/Source/Python/Makefile
BaseTools/Source/Python/PackagingTool/DependencyRules.py [deleted file]
BaseTools/Source/Python/PackagingTool/InstallPkg.py [deleted file]
BaseTools/Source/Python/PackagingTool/IpiDb.py [deleted file]
BaseTools/Source/Python/PackagingTool/MkPkg.py [deleted file]
BaseTools/Source/Python/PackagingTool/PackageFile.py [deleted file]
BaseTools/Source/Python/PackagingTool/RmPkg.py [deleted file]
BaseTools/Source/Python/UPT/Core/DependencyRules.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Core/DistributionPackageClass.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Core/IpiDb.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Core/PackageFile.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Core/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Dll/sqlite3.dll [new file with mode: 0644]
BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/GenMetaFile/GenMetaFileMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/GenMetaFile/GenXmlFile.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/GenMetaFile/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/InstallPkg.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/CommentGenerating.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/CommentParsing.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/DataType.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/ExpressionValidate.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/GlobalData.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/Misc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/ParserValidate.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/Parsing.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/String.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/Xml/XmlRoutines.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/Xml/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Library/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Logger/Log.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Logger/StringTable.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Logger/ToolError.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Logger/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Makefile [new file with mode: 0644]
BaseTools/Source/Python/UPT/MkPkg.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/POM/CommonObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/POM/ModuleObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/POM/PackageObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/POM/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/DecObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfBinaryObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfBuildOptionObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfCommonObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfDefineCommonObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfDefineObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfDepexObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfGuidObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfHeaderObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfLibraryClassesObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfPackagesObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfPcdObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfPpiObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfProtocolObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfSoucesObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/InfUserExtensionObject.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/Parser/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Object/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/DecParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/DecParserMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfAsBuiltProcess.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfBinarySectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfBuildOptionSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfDefineSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfDepexSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfGuidPpiProtocolSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfLibrarySectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfPackageSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfParserMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfPcdSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/InfSourceSectionParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Parser/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/PomAdapter/DecPomAlignment.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignmentMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/PomAdapter/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/RmPkg.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UPT.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UnitTest/CommentGeneratingUnitTest.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UnitTest/CommentParsingUnitTest.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UnitTest/DecParserTest.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UnitTest/DecParserUnitTest.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/UnitTest/InfBinarySectionTest.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/CommonXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/GuidProtocolPpiXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/IniToXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/ModuleSurfaceAreaXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/PackageSurfaceAreaXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/PcdXml.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/XmlParser.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/XmlParserMisc.py [new file with mode: 0644]
BaseTools/Source/Python/UPT/Xml/__init__.py [new file with mode: 0644]
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py
BaseTools/Source/Python/build/build.py
BaseTools/UserManuals/BootSectImage_Utility_Man_Page.rtf
BaseTools/UserManuals/Build_Utility_Man_Page.rtf
BaseTools/UserManuals/EfiLdrImage_Utility_Man_Page.rtf
BaseTools/UserManuals/Fpd2Dsc_Utility_Man_Page.rtf
BaseTools/UserManuals/GenBootSector_Utility_Man_Page.rtf
BaseTools/UserManuals/GenCrc32_Utility_Man_Page.rtf
BaseTools/UserManuals/GenDepex_Utility_Man_Page.rtf
BaseTools/UserManuals/GenFds_Utility_Man_Page.rtf
BaseTools/UserManuals/GenFfs_Utility_Man_Page.rtf
BaseTools/UserManuals/GenFv_Utility_Man_Page.rtf
BaseTools/UserManuals/GenFw_Utility_Man_Page.rtf
BaseTools/UserManuals/GenPage_Utility_Man_Page.rtf
BaseTools/UserManuals/GenPatchPcdTable_Utility_Man_Page.rtf
BaseTools/UserManuals/GenSec_Utility_Man_Page.rtf
BaseTools/UserManuals/GenVtf_Utility_Man_Page.rtf
BaseTools/UserManuals/InstallPkg_Utility_Man_Page.rtf [deleted file]
BaseTools/UserManuals/Intel_UEFI_Packaging_Tool_Man_Page.rtf [new file with mode: 0644]
BaseTools/UserManuals/LzmaCompress_Utility_Man_Page.rtf
BaseTools/UserManuals/MkPkg_Utility_Man_Page.rtf [deleted file]
BaseTools/UserManuals/Msa2Inf_Utility_Man_Page.rtf
BaseTools/UserManuals/RmPkg_Utility_Man_Page.rtf [deleted file]
BaseTools/UserManuals/Spd2Dec_Utility_Man_Page.rtf
BaseTools/UserManuals/SplitFile_Utility_Man_Page.rtf
BaseTools/UserManuals/TargetTool_Utility_Man_Page.rtf
BaseTools/UserManuals/TianoCompress_Utility_Man_Page.rtf
BaseTools/UserManuals/Trim_Utility_Man_Page.rtf
BaseTools/UserManuals/VfrCompiler_Utility_Man_Page.rtf
BaseTools/UserManuals/VolInfo_Utility_Man_Page.rtf