Fixed format for Notepad users. unix2dos --force works on XML files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@991 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-07-13 13:55:27 +00:00
parent 20fa842edb
commit 692afada1c
2 changed files with 63 additions and 83 deletions

View File

@ -1,14 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" > <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" >
<MsaHeader> <MsaHeader>
<ModuleName>Java Resources</ModuleName> <ModuleName>Java Resources</ModuleName>

View File

@ -1,73 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" >
Copyright (c) 2006, Intel Corporation <MsaHeader>
All rights reserved. This program and the accompanying materials <ModuleName>Build Tool Resources</ModuleName>
are licensed and made available under the terms and conditions of the BSD License <ModuleType>TOOL</ModuleType>
which accompanies this distribution. The full text of the license may be found at <GuidValue>5d6c499e-53fd-430e-9285-2d7811b924e8</GuidValue>
http://opensource.org/licenses/bsd-license.php <Version>2.0</Version>
<Abstract>This is the EFI/Tiano Tool Resources Module</Abstract>
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, <Description>
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. This Module provides the EFI/Tiano Tools and resources that are used to
--> create EFI/Tiano Modules and Platform Binary Files (PBF) These resources
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" > and tools do not require compilation. (The three JAR files are provided,
<MsaHeader> Pre-compiled, and do not require additional compilation, the sources are
<ModuleName>Build Tool Resources</ModuleName> provided, but will not be built under normal procedures.
<ModuleType>TOOL</ModuleType> </Description>
<GuidValue>5d6c499e-53fd-430e-9285-2d7811b924e8</GuidValue> <Copyright>Copyright 2005-2006, Intel Corporation</Copyright>
<Version>2.0</Version> <License>
<Abstract>This is the EFI/Tiano Tool Resources Module</Abstract> All rights reserved.
<Description>
This Module provides the EFI/Tiano Tools and resources that are used to This program and the accompanying materials are licensed and made available
create EFI/Tiano Modules and Platform Binary Files (PBF) These resources under the terms and conditions of the BSD License which accompanies this
and tools do not require compilation. (The three JAR files are provided, distribution. The full text of the license may be found at
Pre-compiled, and do not require additional compilation, the sources are http://opensource.org/licenses/bsd-license.php
provided, but will not be built under normal procedures.
</Description> THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
<Copyright>Copyright 2005-2006, Intel Corporation</Copyright> WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<License> </License>
All rights reserved. <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
This program and the accompanying materials are licensed and made available <ModuleDefinitions>
under the terms and conditions of the BSD License which accompanies this <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
distribution. The full text of the license may be found at <BinaryModule>false</BinaryModule>
http://opensource.org/licenses/bsd-license.php <OutputFileBasename>NULL</OutputFileBasename>
</ModuleDefinitions>
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT <SourceFiles>
WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Filename>build.xml</Filename>
</License> <Filename>bin/build</Filename>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification> <Filename>bin/build.bat</Filename>
</MsaHeader> <Filename>bin/FrameworkWizard</Filename>
<ModuleDefinitions> <Filename>bin/FrameworkWizard.bat</Filename>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures> <Filename>bin/SAVerify.bat</Filename>
<BinaryModule>false</BinaryModule> <Filename>Conf/FrameworkDatabase.db</Filename>
<OutputFileBasename>NULL</OutputFileBasename> <Filename>Conf/tools_def.template</Filename>
</ModuleDefinitions> <Filename>Conf/target.template</Filename>
<SourceFiles> <Filename>Conf/BuildMacro.xml</Filename>
<Filename>build.xml</Filename> <Filename>XMLSchema/FarManifest.xsd</Filename>
<Filename>bin/build</Filename> <Filename>XMLSchema/FrameworkDataAttributes.xsd</Filename>
<Filename>bin/build.bat</Filename> <Filename>XMLSchema/FrameworkDataElements.xsd</Filename>
<Filename>bin/FrameworkWizard</Filename> <Filename>XMLSchema/FrameworkDataTypes.xsd</Filename>
<Filename>bin/FrameworkWizard.bat</Filename> <Filename>XMLSchema/FrameworkHeaders.xsd</Filename>
<Filename>bin/SAVerify.bat</Filename> <Filename>XMLSchema/FrameworkPlatformDataElements.xsd</Filename>
<Filename>Conf/FrameworkDatabase.db</Filename> <Filename>XMLSchema/FrameworkPlatformDataTypes.xsd</Filename>
<Filename>Conf/tools_def.template</Filename> <Filename>XMLSchema/NamingConvention.xsd</Filename>
<Filename>Conf/target.template</Filename> <Filename>XMLSchema/SurfaceArea.xsd</Filename>
<Filename>Conf/BuildMacro.xml</Filename> <Filename>XMLSchema/SurfaceArea.xsdconfig</Filename>
<Filename>XMLSchema/FarManifest.xsd</Filename> <Filename>Conf/Pcd/PcdDatabaseCommonDefinitions.sample</Filename>
<Filename>XMLSchema/FrameworkDataAttributes.xsd</Filename> <Filename>Conf/Pcd/PcdDatabaseDxeDefinitions.sample</Filename>
<Filename>XMLSchema/FrameworkDataElements.xsd</Filename> <Filename>Conf/Pcd/PcdDatabasePeiDefinitions.sample</Filename>
<Filename>XMLSchema/FrameworkDataTypes.xsd</Filename> <Filename>gcc/README.txt</Filename>
<Filename>XMLSchema/FrameworkHeaders.xsd</Filename> <Filename>gcc/tianoCross-gcc-4.0</Filename>
<Filename>XMLSchema/FrameworkPlatformDataElements.xsd</Filename> <Filename>gcc/tianoCross-gcc-4.1</Filename>
<Filename>XMLSchema/FrameworkPlatformDataTypes.xsd</Filename> </SourceFiles>
<Filename>XMLSchema/NamingConvention.xsd</Filename> </ModuleSurfaceArea>
<Filename>XMLSchema/SurfaceArea.xsd</Filename>
<Filename>XMLSchema/SurfaceArea.xsdconfig</Filename>
<Filename>Conf/Pcd/PcdDatabaseCommonDefinitions.sample</Filename>
<Filename>Conf/Pcd/PcdDatabaseDxeDefinitions.sample</Filename>
<Filename>Conf/Pcd/PcdDatabasePeiDefinitions.sample</Filename>
<Filename>gcc/README.txt</Filename>
<Filename>gcc/tianoCross-gcc-4.0</Filename>
<Filename>gcc/tianoCross-gcc-4.1</Filename>
</SourceFiles>
</ModuleSurfaceArea>