| <?xml version="1.0" encoding="UTF-8"?> | |
| <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 - 2007, 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" RecommendedInstanceGuid="bda39d3a-451b-4350-8266-81ab10fa0523"> | |
| <Keyword>DebugLib</Keyword> | |
| <HelpText>Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg.</HelpText> | |
| </LibraryClass> | |
| <LibraryClass Usage="ALWAYS_CONSUMED"> | |
| <Keyword>UefiDriverEntryPoint</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="68169ab0-d41b-4009-9060-292c253ac43d"/> | |
| </PackageDependencies> | |
| <Protocols> | |
| <Protocol Usage="ALWAYS_PRODUCED"> | |
| <ProtocolCName>gEfiFaultTolerantWriteLiteProtocolGuid</ProtocolCName> | |
| </Protocol> | |
| <Protocol Usage="ALWAYS_CONSUMED" SupArchList="IA32 EBC"> | |
| <ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName> | |
| </Protocol> | |
| <Protocol Usage="ALWAYS_CONSUMED"> | |
| <ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName> | |
| </Protocol> | |
| </Protocols> | |
| <Guids> | |
| <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> |