]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Java/Source/CheckTools/CheckTools.msa
Fix the build break by removing an unreferenced static function.
[mirror_edk2.git] / Tools / Java / Source / CheckTools / CheckTools.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>Check Tool Definitions</ModuleName>
5 <ModuleType>TOOL</ModuleType>
6 <GuidValue>015250d4-e7e2-452f-a6aa-c8be46acbfc7</GuidValue>
7 <Version>0.1</Version>
8 <Abstract>The tool checks the active tool definition file to verify tools exists</Abstract>
9 <Description>
10 This tool will verify the tool chain configuration file to verify that the directories and programs exist.
11 It will also check to see if an ACPI compiler has been defined for tool chain tag names - if not, then it prints a warning.
12 It also checks the assembler to see if it exists, and where.
13 The quiet option will not print anything.
14 The return values are:
15 0 - PASS
16 1 - FAIL
17
18 USAGE:
19 checkTools [-h] [-d] [-i] [-v] [-s | -scan] [-t | -test] [-q | -quiet] [[-f | -filename] filename.txt]</Description>
20 <Copyright>Copyright (c) 2006, Intel Corporation All rights reserved.</Copyright>
21 <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
22
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
26 </MsaHeader>
27 <ModuleDefinitions>
28 <SupportedArchitectures>EBC IA32 X64 IPF ARM PPC</SupportedArchitectures>
29 <BinaryModule>false</BinaryModule>
30 <OutputFileBasename>Merge</OutputFileBasename>
31 </ModuleDefinitions>
32 <SourceFiles>
33 <Filename>src/org/tianocore/CheckTools/ToolChecks.java</Filename>
34 <Filename>src/org/tianocore/CheckTools/ToolInfo.java</Filename>
35 <Filename>src/org/tianocore/CheckTools/CheckTools.java</Filename>
36 <Filename>build.xml</Filename>
37 <Filename>readme.txt</Filename>
38 </SourceFiles>
39 </ModuleSurfaceArea>