Initial import.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/Tools/Source/Tools.msa b/Tools/Source/Tools.msa
new file mode 100644
index 0000000..3033817
--- /dev/null
+++ b/Tools/Source/Tools.msa
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2006, Intel Corporation
+All rights reserved. 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
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+-->
+<ModuleSurfaceArea xmlns="http://nwlxweb02.jf.intel.com/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nwlxweb02.jf.intel.com/2006/Edk2.0 http://nwlxweb02.jf.intel.com/2006/Edk2.0/SurfaceArea.xsd">
+ <MsaHeader>
+ <BaseName>Tools</BaseName>
+ <ModuleType>BASE</ModuleType>
+ <ComponentType>USER_DEFINED</ComponentType>
+ <Guid>5d6c499e-53fd-430e-9285-2d7811b924e8</Guid>
+ <Version>2.0</Version>
+ <Abstract>This is the EFI/Tiano Tool Resources Module</Abstract>
+ <Description>
+ This Module provides the EFI/Tiano Tools that are used to create EFI/Tiano
+ Modules and Platform Binary Files (PBF)
+ These tools require compilation only once if the Developer Workstation and
+ the Developer's choice of HOST tool chain are stable. If the developer
+ updates either the OS or the HOST tool chain, these tools should be rebuilt.
+ </Description>
+ <Copyright>Copyright 2005-2006, Intel Corporation</Copyright>
+ <License>
+ All rights reserved. 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
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ </License>
+ </MsaHeader>
+ <LibraryClass>
+ <Library>Java</Library>
+ <Library>Perl</Library>
+ </LibraryClass>
+ <SourceFiles>
+ <Filename Path="Common">FrameworkDatabase.db</Filename>
+ <Filename Path="Conf">cygwin_tools.txt</Filename>
+ <Filename Path="Conf">desktop_efi_flags.txt</Filename>
+ <Filename Path="Conf">embedded_efi_flags.txt</Filename>
+ <Filename Path="Conf">gcc_tools.txt</Filename>
+ <Filename Path="Conf">global_efi_flags.txt</Filename>
+ <Filename Path="Conf">intel_tools.txt</Filename>
+ <Filename Path="Conf">mobile_efi_flags.txt</Filename>
+ <Filename Path="Conf">msft_tools.txt</Filename>
+ <Filename Path="Conf">my_efi_flags.txt</Filename>
+ <Filename Path="Conf">node.txt</Filename>
+ <Filename Path="Conf">server_efi_flags.txt</Filename>
+ <Filename Path="Conf">target.txt</Filename>
+ <Filename Path="Conf">tools_def.txt</Filename>
+ <Filename Path="Conf">winddk_tools.txt</Filename>
+ <Filename Path="Jars">cpptasks.jar</Filename>
+ <Filename Path="Jars">frameworktasks.jar</Filename>
+ <Filename Path="Jars">GenBuild.jar</Filename>
+ </SourceFiles>
+ <Includes>
+ <ModuleName>Base</ModuleName>
+ </Includes>
+ <Externs>
+ <Extern>
+ <ModuleEntryPoint></ModuleEntryPoint>
+ </Extern>
+ </Externs>
+ <BuildOptions>
+ <Option>DO_NOT_COMPILE</Option>
+ </BuildOptions>
+</ModuleSurfaceArea>