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