mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 15:06:49 +00:00 
			
		
		
		
	 e1869179c6
			
		
	
	
		e1869179c6
		
	
	
	
	
		
			
			git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1838 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			51 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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/Common.java</Filename>
 | |
|     <Filename>org/tianocore/migration/Critic.java</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/MigrationTool.java</Filename>
 | |
|     <Filename>org/tianocore/migration/ModuleInfo.java</Filename>
 | |
|     <Filename>org/tianocore/migration/ModuleReader.java</Filename>
 | |
|     <Filename>org/tianocore/migration/MsaOwner.java</Filename>
 | |
|     <Filename>org/tianocore/migration/MsaTreeEditor.java</Filename>
 | |
|     <Filename>org/tianocore/migration/MsaWriter.java</Filename>
 | |
|     <Filename>org/tianocore/migration/PathIterator.java</Filename>
 | |
|     <Filename>org/tianocore/migration/SourceFileReplacer.java</Filename>
 | |
|     <Filename>org/tianocore/migration/UI.java</Filename>
 | |
|   </SourceFiles>
 | |
| </ModuleSurfaceArea> |