mirror of https://github.com/acidanthera/audk.git
124 lines
5.6 KiB
XML
124 lines
5.6 KiB
XML
<?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>
|
|
<ModuleName>FtwLite</ModuleName>
|
|
<ModuleType>DXE_DRIVER</ModuleType>
|
|
<GuidValue>4C862FC6-0E54-4e36-8C8F-FF6F3167951F</GuidValue>
|
|
<Version>1.0</Version>
|
|
<Abstract>Component description file for FtwLite module.</Abstract>
|
|
<Description>This driver provides fault tolerant write capability for block devices.</Description>
|
|
<Copyright>Copyright (c) 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>FtwLite</OutputFileBasename>
|
|
</ModuleDefinitions>
|
|
<LibraryClassDefinitions>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>PcdLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>DebugLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiDriverEntryPoint</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>BaseLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>HobLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>BaseMemoryLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>MemoryAllocationLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiBootServicesTableLib</Keyword>
|
|
</LibraryClass>
|
|
</LibraryClassDefinitions>
|
|
<SourceFiles>
|
|
<Filename>FtwLite.h</Filename>
|
|
<Filename>FtwLite.c</Filename>
|
|
<Filename>FtwMisc.c</Filename>
|
|
<Filename>FtwWorkSpace.c</Filename>
|
|
<Filename>FtwLite.dxs</Filename>
|
|
<Filename SupArchList="IA32">Ia32/Ia32FtwMisc.c</Filename>
|
|
<Filename SupArchList="X64">x64/x64FtwMisc.c</Filename>
|
|
<Filename SupArchList="IPF">Ipf/IpfFtwMisc.c</Filename>
|
|
<Filename SupArchList="EBC">Ia32/Ia32FtwMisc.c</Filename>
|
|
</SourceFiles>
|
|
<PackageDependencies>
|
|
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
|
<Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
|
|
</PackageDependencies>
|
|
<Protocols>
|
|
<Protocol Usage="ALWAYS_PRODUCED">
|
|
<ProtocolCName>gEfiFaultTolerantWriteLiteProtocolGuid</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="SOMETIMES_CONSUMED">
|
|
<ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="ALWAYS_CONSUMED">
|
|
<ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
|
|
</Protocol>
|
|
</Protocols>
|
|
<Guids>
|
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
<GuidCName>gEfiFlashMapHobGuid</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
<GuidCName>gEfiSystemNvDataFvGuid</GuidCName>
|
|
</GuidCNames>
|
|
</Guids>
|
|
<Externs>
|
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
|
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
|
|
<Extern>
|
|
<ModuleEntryPoint>InitializeFtwLite</ModuleEntryPoint>
|
|
</Extern>
|
|
</Externs>
|
|
<PcdCoded>
|
|
<PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
|
|
<C_Name>PcdFlashNvStorageFtwSpareBase</C_Name>
|
|
<TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
|
|
<HelpText>To get base address of the FTW spare block section in NV firmware volume.</HelpText>
|
|
</PcdEntry>
|
|
<PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
|
|
<C_Name>PcdFlashNvStorageFtwSpareSize</C_Name>
|
|
<TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
|
|
<HelpText>To get size of the FTW spare block section in NV firmware volume.</HelpText>
|
|
</PcdEntry>
|
|
<PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
|
|
<C_Name>PcdFlashNvStorageFtwWorkingBase</C_Name>
|
|
<TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
|
|
<HelpText>To get base address of the FTW working block section in NV firmware volume.</HelpText>
|
|
</PcdEntry>
|
|
<PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
|
|
<C_Name>PcdFlashNvStorageFtwWorkingSize</C_Name>
|
|
<TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
|
|
<HelpText>To get size of the FTW working block section in NV firmware volume.</HelpText>
|
|
</PcdEntry>
|
|
</PcdCoded>
|
|
</ModuleSurfaceArea> |