]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().
[mirror_edk2.git] / MdeModulePkg / Universal / FaultTolerantWritePei / FaultTolerantWritePei.inf
CommitLineData
3e02ebb2
SZ
1## @file\r
2# This driver installs gEdkiiFaultTolerantWriteGuid PPI to inform\r
3# the check for FTW last write data has been done.\r
4#\r
5# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = FaultTolerantWritePei\r
19 FILE_GUID = AAC33064-9ED0-4b89-A5AD-3EA767960B22\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = PeimFaultTolerantWriteInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 FaultTolerantWritePei.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 PeimEntryPoint\r
39 PeiServicesLib\r
40 BaseLib\r
41 DebugLib\r
42 HobLib\r
43 BaseMemoryLib\r
44 PcdLib\r
45\r
46[Guids]\r
47 gEdkiiFaultTolerantWriteGuid ## CONSUMES\r
48 gEdkiiWorkingBlockSignatureGuid ## CONSUMES\r
49 gEfiSystemNvDataFvGuid ## CONSUMES\r
50\r
51[Pcd]\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
58\r
59[Depex]\r
60 TRUE\r
61\r