]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Source/Tools.msa
Add exception and log mechanism
[mirror_edk2.git] / Tools / Source / Tools.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <ModuleName>Tools</ModuleName>
15 <ModuleType>BASE</ModuleType>
16 <ComponentType>CUSTOM_BUILD</ComponentType>
17 <GuidValue>5d6c499e-53fd-430e-9285-2d7811b924e8</GuidValue>
18 <Version>2.0</Version>
19 <Abstract>This is the EFI/Tiano Tool Resources Module</Abstract>
20 <Description>
21 This Module provides the EFI/Tiano Tools that are used to create EFI/Tiano
22 Modules and Platform Binary Files (PBF)
23 These tools require compilation only once if the Developer Workstation and
24 the Developer's choice of HOST tool chain are stable. If the developer
25 updates either the OS or the HOST tool chain, these tools should be rebuilt.
26 </Description>
27 <Copyright>Copyright 2005-2006, Intel Corporation</Copyright>
28 <License>
29 All rights reserved. This program and the accompanying materials
30 are licensed and made available under the terms and conditions of the BSD License
31 which accompanies this distribution. The full text of the license may be found at
32 http://opensource.org/licenses/bsd-license.php
33 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
34 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
35 </License>
36 <CreatedDate>2006-02-02 09:30</CreatedDate>
37 <ModifiedDate>2006-06-02 11:32</ModifiedDate>
38 <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
39 </MsaHeader>
40 <LibraryClassDefinitions>
41 <LibraryClass Usage="SOMETIMES_CONSUMED">SurfaceArea</LibraryClass>
42 </LibraryClassDefinitions>
43 <SourceFiles>
44 <Filename Path="Common">FrameworkDatabase.db</Filename>
45 <Filename Path="Conf">cygwin_tools.txt</Filename>
46 <Filename Path="Conf">gcc_tools.txt</Filename>
47 <Filename Path="Conf">intel_tools.txt</Filename>
48 <Filename Path="Conf">msft_tools.txt</Filename>
49 <Filename Path="Conf">winddk_tools.txt</Filename>
50 <Filename Path="Conf">tools_def.template</Filename>
51 </SourceFiles>
52 <Includes>
53 <PackageName>MdePkg</PackageName>
54 </Includes>
55 <Externs>
56 <Extern>
57 <ModuleEntryPoint></ModuleEntryPoint>
58 </Extern>
59 </Externs>
60 <BuildOptions>
61 <Option>DO_NOT_COMPILE</Option>
62 </BuildOptions>
63 </ModuleSurfaceArea>