Add MigrationTools

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1232 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
alfred
2006-08-10 09:27:16 +00:00
parent c8b59d238c
commit 0dc8c58932
13 changed files with 1367 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" >
<MsaHeader>
<ModuleName>MigrationTools</ModuleName>
<ModuleType>TOOL</ModuleType>
<GuidValue>09C77FAE-6374-408e-AB88-32822B92096E</GuidValue>
<Version>1.0</Version>
<Abstract>This is the EFI/Tiano Migration Tool Resources Module</Abstract>
<Description>
This Module provdes the entity, action and exception package for Migration
tools, This package will be shared for building tools or wizard tools.
</Description>
<Copyright>Copyright 2005-2006, Intel Corporation</Copyright>
<License>
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.
</License>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>NULL</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles>
<Filename>build.xml</Filename>
<Filename>org/tianocore/migration/Database.java</Filename>
<Filename>org/tianocore/migration/FirstPanel.java</Filename>
<Filename>org/tianocore/migration/Func.java</Filename>
<Filename>org/tianocore/migration/Guid.java</Filename>
<Filename>org/tianocore/migration/Macro.java</Filename>
<Filename>org/tianocore/migration/ModuleInfo.java</Filename>
<Filename>org/tianocore/migration/ModuleReader.java</Filename>
<Filename>org/tianocore/migration/MsaWriter.java</Filename>
<Filename>org/tianocore/migration/SourceFileReplacer.java</Filename>
<Filename>org/tianocore/migration/UI.java</Filename>
</SourceFiles>
</ModuleSurfaceArea>