mirror of https://github.com/acidanthera/audk.git
Change Binary Fat module from fat.ffs to fat.efi
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1872 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e421fb258c
commit
dea981755a
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
|
||||
<MsaHeader>
|
||||
<ModuleName>Fat</ModuleName>
|
||||
<ModuleType>USER_DEFINED</ModuleType>
|
||||
<ModuleType>UEFI_DRIVER</ModuleType>
|
||||
<GuidValue>961578FE-B6B7-44c3-AF35-6BC705CD2B1F</GuidValue>
|
||||
<Version>1.0</Version>
|
||||
<Abstract>Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.</Abstract>
|
||||
|
@ -22,12 +22,14 @@
|
|||
<OutputFileBasename>Fat</OutputFileBasename>
|
||||
</ModuleDefinitions>
|
||||
<SourceFiles>
|
||||
<Filename ToolCode="DUMMY">Fat_build.xml</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/Fat.FFS</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/Fat.FFS</Filename>
|
||||
<Filename SupArchList="X64">X64/Fat.FFS</Filename>
|
||||
<Filename SupArchList="EBC">Ebc/Fat.FFS</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/Fat.efi</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/Fat.efi</Filename>
|
||||
<Filename SupArchList="X64">X64/Fat.efi</Filename>
|
||||
<Filename SupArchList="EBC">Ebc/Fat.efi</Filename>
|
||||
</SourceFiles>
|
||||
<PackageDependencies>
|
||||
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||
</PackageDependencies>
|
||||
<Externs>
|
||||
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
||||
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
|
||||
|
|
|
@ -1,52 +0,0 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
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.
|
||||
-->
|
||||
<project name="Fat" default="main" basedir="." >
|
||||
<!-- Apply external ANT task -->
|
||||
<taskdef resource="frameworktasks.tasks" />
|
||||
<taskdef resource="cpptasks.tasks" />
|
||||
<typedef resource="cpptasks.types" />
|
||||
<taskdef resource="net/sf/antcontrib/antlib.xml" />
|
||||
<property environment="env" />
|
||||
<!-- All Properties -->
|
||||
<property name="BASE_NAME" value="Fat" />
|
||||
|
||||
<!-- Default target -->
|
||||
<target name="main">
|
||||
<OnDependency>
|
||||
<sourcefiles>
|
||||
<file name="${MODULE_DIR}/${ARCH}/${BASE_NAME}.FFS"/>
|
||||
</sourcefiles>
|
||||
<targetfiles>
|
||||
<file name="${BIN_DIR}/${FILE_GUID}-${BASE_NAME}.FFS"/>
|
||||
</targetfiles>
|
||||
<sequential>
|
||||
<copy file="${MODULE_DIR}/${ARCH}/${BASE_NAME}.FFS" tofile="${BIN_DIR}/${FILE_GUID}-${BASE_NAME}.FFS" />
|
||||
</sequential>
|
||||
</OnDependency>
|
||||
</target>
|
||||
|
||||
<target name="clean">
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${DEST_DIR_OUTPUT}" excludes="*.xml" includes="**/*"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
<target name="cleanall">
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${DEST_DIR_OUTPUT}" excludes="*.xml" includes="**/*"/>
|
||||
</delete>
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${DEST_DIR_DEBUG}" includes="**/*"/>
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6716,7 +6716,7 @@
|
|||
<ModuleSA SupArchList="IA32" PackageGuid="0fd7197b-9bde-44fe-a7e4-d2177a9922e5" ModuleGuid="961578FE-B6B7-44c3-AF35-6BC705CD2B1F">
|
||||
<ModuleSaBuildOptions>
|
||||
<FvBinding>FV_RECOVERY</FvBinding>
|
||||
<FfsFormatKey>CUSTOM_BUILD</FfsFormatKey>
|
||||
<FfsFormatKey>BS_DRIVER</FfsFormatKey>
|
||||
</ModuleSaBuildOptions>
|
||||
</ModuleSA>
|
||||
<ModuleSA SupArchList="IA32" PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d" ModuleGuid="6987936E-ED34-44db-AE97-1FA5E4ED2116">
|
||||
|
|
Loading…
Reference in New Issue