]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Tools/Java/Source/Merge/Merge.msa
- Fixed EDKT513 by adding existing section files into the dependency check of genffsf...
[mirror_edk2.git] / Tools / Java / Source / Merge / Merge.msa
... / ...
CommitLineData
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
5 <ModuleType>TOOL</ModuleType>\r
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
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
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
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
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
26 <Filename>src/org/tianocore/Merge/CombineMsa.java</Filename>\r
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
32</ModuleSurfaceArea>\r