]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Java/Source/DbTools/DbTools.msa
Fixed a usage spelling error
[mirror_edk2.git] / Tools / Java / Source / DbTools / DbTools.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>Database Manipulation Tools</ModuleName>
5 <ModuleType>TOOL</ModuleType>
6 <GuidValue>c51d72c2-6e85-4fcf-adb2-7c44b2f57f19</GuidValue>
7 <Version>0.3</Version>
8 <Abstract>The tool manipulates the FrameworkDatabase.db file</Abstract>
9 <Description>
10 This tool will scan the current workspace and update the FrameworkDatabase.db file if the workspace content is not consistent with the database.
11 USAGE:
12 DbTool [-v] [-t] [-q] [-V] [--package] [--platform] [-h | -? | --help]</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>IA32 X64 IPF</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>DbTools</OutputFileBasename>
24 </ModuleDefinitions>
25 <SourceFiles>
26 <Filename>src/org/tianocore/DbTools/UpdateDb.java</Filename>
27 <Filename>src/org/tianocore/DbTools/DbTool.java</Filename>
28 <Filename>src/org/tianocore/DbTools/DbCmds.java</Filename>
29 <Filename>build.xml</Filename>
30 </SourceFiles>
31 </ModuleSurfaceArea>