Updated the SPD and MSA files for Tools - created some new MSA files as well.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@731 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-07-04 04:13:48 +00:00
parent 02ef8e572d
commit 915d1ff529
9 changed files with 694 additions and 171 deletions

View File

@@ -1,44 +1,53 @@
<?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://www.TianoCore.org/2006/Edk2.0" >
<MsaHeader>
<BaseName>ToolResources</BaseName>
<ModuleType>BASE</ModuleType>
<ComponentType>CUSTOM_BUILD</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 and resources that are used to create EFI/Tiano Modules and Platform Binary Files (PBF) These resources and tools do not require compilation. (The three JAR files are provided, Pre-compiled, and do not require additional compilation, the sources are provided, but will not be built under normal procedures. </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>
<Created>2006-03-30 10:05</Created>
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
</MsaHeader>
<LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED">SurfaceArea</LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
<Filename Path="Conf" FileType="db">FrameworkDatabase.db</Filename>
<Filename Path="Conf" FileType="txt">cygwin_tools.txt</Filename>
<Filename Path="Conf" FileType="txt">gcc_tools.txt</Filename>
<Filename Path="Conf" FileType="txt">intel_tools.txt</Filename>
<Filename Path="Conf" FileType="txt">msft_tools.txt</Filename>
<Filename Path="Conf" FileType="txt">tools_def.template</Filename>
<Filename Path="Conf" FileType="txt">winddk_tools.txt</Filename>
</SourceFiles>
<Includes>
<PackageName>Base</PackageName>
</Includes>
<BuildOptions>
<Option>DO_NOTHING</Option>
</BuildOptions>
</ModuleSurfaceArea>
<?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" >
<MsaHeader>
<ModuleName>Build Tool Resources</ModuleName>
<ModuleType>TOOL</ModuleType>
<GuidValue>5d6c499e-53fd-430e-9285-2d7811b924e8</GuidValue>
<Version>2.0</Version>
<Abstract>This is the EFI/Tiano Tool Resources Module</Abstract>
<Description>
This Module provides the EFI/Tiano Tools and resources that are used to
create EFI/Tiano Modules and Platform Binary Files (PBF) These resources
and tools do not require compilation. (The three JAR files are provided,
Pre-compiled, and do not require additional compilation, the sources are
provided, but will not be built under normal procedures.
</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>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>NULL</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles>
<Filename ToolCode="NULL">Conf/FrameworkDatabase.db</Filename>
<Filename ToolCode="NULL">Conf/tools_def.template</Filename>
<Filename ToolCode="NULL">Conf/target.template</Filename>
<Filename ToolCode="NULL">Conf/BuildMacro.xml</Filename>
<Filename ToolCode="NULL">XMLSchema/FarManifest.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkDataAttributes.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkDataElements.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkDataTypes.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkHeaders.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkPlatformDataElements.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/FrameworkPlatformDataTypes.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/NamingConvention.xsd</Filename>
<Filename ToolCode="NULL">XMLSchema/SurfaceArea.xsd</Filename>
<Filename ToolCode="NULL">Conf/Pcd/PcdDatabaseCommonDefinitions.sample</Filename>
<Filename ToolCode="NULL">Conf/Pcd/PcdDatabaseDxeDefinitions.sample</Filename>
<Filename ToolCode="NULL">Conf/Pcd/PcdDatabasePeiDefinitions.sample</Filename>
</SourceFiles>
</ModuleSurfaceArea>