]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Java/Source/Merge/Merge.msa
092089947637cbc726ffdb4f333107c5d20f64db
[mirror_edk2.git] / Tools / Java / Source / Merge / Merge.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>Merge Tool</ModuleName>
5 <ModuleType>BASE</ModuleType>
6 <GuidValue>fbb48848-4776-44a1-8458-1e84701fb62f</GuidValue>
7 <Version>0.1</Version>
8 <Abstract>The tool merges multiple MSA files (of the same ModuleType) into a single module</Abstract>
9 <Description>Merging multiple modules into a single module is useful for size reduction of the binary images.
10 This 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.
11 USAGE:
12 merge [-v] -t target [-u UiName] [-p PackageFile] [-o OutputFileBasename] dir1\mod1.msa ... dirN\modN.msa</Description>
13 <Copyright>Copyright (c) 2006, Intel Corporation All rights reserved.</Copyright>
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
15
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>EBC IA32 X64 IPF ARM PPC</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>Merge</OutputFileBasename>
24 </ModuleDefinitions>
25 <SourceFiles>
26 <Filename>src/org/tianocore/Mege/CombineMsa.java</Filename>
27 <Filename>src/org/tianocore/Merge/Merge.java</Filename>
28 <Filename>src/org/tianocore/Merge/MergeCmd.java</Filename>
29 <Filename>build.xml</Filename>
30 <Filename>readme.txt</Filename>
31 </SourceFiles>
32 </ModuleSurfaceArea>