]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf
Add EBC, FTW, Crc32SectionExtract, NullMemoryTest modules.
[mirror_edk2.git] / MdeModulePkg / Universal / FirmwareVolume / FaultTolerantWriteLite / Dxe / FtwLite.inf
1 #/** @file
2 # Component description file for FtwLite module.
3 #
4 # This driver provides fault tolerant write capability for block devices.
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = FtwLite
25 FILE_GUID = 4C862FC6-0E54-4e36-8C8F-FF6F3167951F
26 MODULE_TYPE = DXE_DRIVER
27 VERSION_STRING = 1.0
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30
31 ENTRY_POINT = InitializeFtwLite
32
33 #
34 # The following information is for reference only and not required by the build tools.
35 #
36 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
37 #
38
39 ################################################################################
40 #
41 # Sources Section - list of files that are required for the build to succeed.
42 #
43 ################################################################################
44
45 [Sources.common]
46 FtwLite.dxs
47 FtwWorkSpace.c
48 FtwMisc.c
49 FtwLite.c
50 FtwLite.h
51
52 [Sources.Ia32]
53 Ia32/Ia32FtwMisc.c
54
55 [Sources.X64]
56 x64/x64FtwMisc.c
57
58 [Sources.IPF]
59 Ipf/IpfFtwMisc.c
60
61 [Sources.EBC]
62 Ia32/Ia32FtwMisc.c
63
64
65 ################################################################################
66 #
67 # Package Dependency Section - list of Package files that are required for
68 # this module.
69 #
70 ################################################################################
71
72 [Packages]
73 MdePkg/MdePkg.dec
74 MdeModulePkg/MdeModulePkg.dec
75
76
77
78 ################################################################################
79 #
80 # Library Class Section - list of Library Classes that are required for
81 # this module.
82 #
83 ################################################################################
84
85 [LibraryClasses]
86 UefiBootServicesTableLib
87 MemoryAllocationLib
88 BaseMemoryLib
89 UefiDriverEntryPoint
90 DebugLib
91 PcdLib
92
93
94 ################################################################################
95 #
96 # Guid C Name Section - list of Guids that this module uses or produces.
97 #
98 ################################################################################
99
100 [Guids]
101 gEfiSystemNvDataFvGuid # ALWAYS_CONSUMED
102
103
104 ################################################################################
105 #
106 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
107 # that this module uses or produces.
108 #
109 ################################################################################
110
111 [Protocols]
112 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
113 gEfiFaultTolerantWriteLiteProtocolGuid # PROTOCOL ALWAYS_PRODUCED
114
115 [Protocols.IA32]
116 gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
117
118 [Protocols.EBC]
119 gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
120
121
122 ################################################################################
123 #
124 # Pcd DYNAMIC - list of PCDs that this module is coded for.
125 #
126 ################################################################################
127
128 [PcdsDynamic.common]
129 PcdFlashNvStorageFtwWorkingSize|gEfiGenericPlatformTokenSpaceGuid
130 PcdFlashNvStorageFtwWorkingBase|gEfiGenericPlatformTokenSpaceGuid
131 PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid
132 PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid
133