]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Java/Source/Merge/Merge.msa
fixed bug occurred when new msa file and spd file are in the same directory.
[mirror_edk2.git] / Tools / Java / Source / Merge / Merge.msa
CommitLineData
ee2db093 1<?xml version="1.0" encoding="UTF-8"?>\r
2<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
3 <MsaHeader>\r
4 <ModuleName>Merge Tool</ModuleName>\r
4de92764 5 <ModuleType>TOOL</ModuleType>\r
ee2db093 6 <GuidValue>fbb48848-4776-44a1-8458-1e84701fb62f</GuidValue>\r
7 <Version>0.1</Version>\r
8 <Abstract>The tool merges multiple MSA files (of the same ModuleType) into a single module</Abstract>\r
4de92764 9 <Description>Merging multiple modules into a single module is useful for size reduction of the binary images.\r
10This tool will create an MSA file, based on the content of "leaf" MSA files. It is written so that it can be executed from a command line, or later, incorporated into the Wizard.\r
11USAGE:\r
ee2db093 12merge [-v] -t target [-u UiName] [-p PackageFile] [-o OutputFileBasename] dir1\mod1.msa ... dirN\modN.msa</Description>\r
13 <Copyright>Copyright (c) 2006, Intel Corporation All rights reserved.</Copyright>\r
4de92764 14 <License URL="http://opensource.org/licenses/bsd-license.php">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\r
15\r
16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
ee2db093 17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
19 </MsaHeader>\r
20 <ModuleDefinitions>\r
21 <SupportedArchitectures>EBC IA32 X64 IPF ARM PPC</SupportedArchitectures>\r
22 <BinaryModule>false</BinaryModule>\r
23 <OutputFileBasename>Merge</OutputFileBasename>\r
24 </ModuleDefinitions>\r
25 <SourceFiles>\r
4de92764 26 <Filename>src/org/tianocore/Merge/CombineMsa.java</Filename>\r
ee2db093 27 <Filename>src/org/tianocore/Merge/Merge.java</Filename>\r
28 <Filename>src/org/tianocore/Merge/MergeCmd.java</Filename>\r
29 <Filename>build.xml</Filename>\r
30 <Filename>readme.txt</Filename>\r
31 </SourceFiles>\r
4de92764 32</ModuleSurfaceArea>\r