]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.msa
Add EBC, FTW, Crc32SectionExtract, NullMemoryTest modules.
[mirror_edk2.git] / MdeModulePkg / Universal / FirmwareVolume / FaultTolerantWriteLite / Dxe / FtwLite.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>FtwLite</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>4C862FC6-0E54-4e36-8C8F-FF6F3167951F</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for FtwLite module.</Abstract>
9 <Description>This driver provides fault tolerant write capability for block devices.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
11 <License>All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
18 </MsaHeader>
19 <ModuleDefinitions>
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
21 <BinaryModule>false</BinaryModule>
22 <OutputFileBasename>FtwLite</OutputFileBasename>
23 </ModuleDefinitions>
24 <LibraryClassDefinitions>
25 <LibraryClass Usage="ALWAYS_CONSUMED">
26 <Keyword>PcdLib</Keyword>
27 </LibraryClass>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>DebugLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiDriverEntryPoint</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>BaseMemoryLib</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>MemoryAllocationLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiBootServicesTableLib</Keyword>
42 </LibraryClass>
43 </LibraryClassDefinitions>
44 <SourceFiles>
45 <Filename>FtwLite.h</Filename>
46 <Filename>FtwLite.c</Filename>
47 <Filename>FtwMisc.c</Filename>
48 <Filename>FtwWorkSpace.c</Filename>
49 <Filename>FtwLite.dxs</Filename>
50 <Filename SupArchList="IA32 EBC">Ia32/Ia32FtwMisc.c</Filename>
51 <Filename SupArchList="X64">x64/x64FtwMisc.c</Filename>
52 <Filename SupArchList="IPF">Ipf/IpfFtwMisc.c</Filename>
53 </SourceFiles>
54 <PackageDependencies>
55 <Package PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
56 <Package PackageGuid="BA0D78D6-2CAF-414b-BD4D-B6762A894288"/>
57 </PackageDependencies>
58 <Protocols>
59 <Protocol Usage="ALWAYS_PRODUCED">
60 <ProtocolCName>gEfiFaultTolerantWriteLiteProtocolGuid</ProtocolCName>
61 </Protocol>
62 <Protocol Usage="ALWAYS_CONSUMED" SupArchList="IA32 EBC">
63 <ProtocolCName>gEfiPciRootBridgeIoProtocolGuid</ProtocolCName>
64 </Protocol>
65 <Protocol Usage="ALWAYS_CONSUMED">
66 <ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
67 </Protocol>
68 </Protocols>
69 <Guids>
70 <GuidCNames Usage="ALWAYS_CONSUMED">
71 <GuidCName>gEfiSystemNvDataFvGuid</GuidCName>
72 </GuidCNames>
73 </Guids>
74 <Externs>
75 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
76 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
77 <Extern>
78 <ModuleEntryPoint>InitializeFtwLite</ModuleEntryPoint>
79 </Extern>
80 </Externs>
81 <PcdCoded>
82 <PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
83 <C_Name>PcdFlashNvStorageFtwSpareBase</C_Name>
84 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
85 <HelpText>To get base address of the FTW spare block section in NV firmware volume.</HelpText>
86 </PcdEntry>
87 <PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
88 <C_Name>PcdFlashNvStorageFtwSpareSize</C_Name>
89 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
90 <HelpText>To get size of the FTW spare block section in NV firmware volume.</HelpText>
91 </PcdEntry>
92 <PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
93 <C_Name>PcdFlashNvStorageFtwWorkingBase</C_Name>
94 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
95 <HelpText>To get base address of the FTW working block section in NV firmware volume.</HelpText>
96 </PcdEntry>
97 <PcdEntry PcdItemType="DYNAMIC" Usage="ALWAYS_CONSUMED">
98 <C_Name>PcdFlashNvStorageFtwWorkingSize</C_Name>
99 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
100 <HelpText>To get size of the FTW working block section in NV firmware volume.</HelpText>
101 </PcdEntry>
102 </PcdCoded>
103 </ModuleSurfaceArea>