]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PeiRecoveryLibNull / PeiRecoveryLibNull.inf
1 ## @file
2 # Null Recovery library instance for PEIM module
3 # This library instance is no longer used and module using this library
4 # class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined
5 # in PI 1.2 specification.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PeiRecoveryLibNull
15 MODULE_UNI_FILE = PeiRecoveryLibNull.uni
16 FILE_GUID = 41789FB9-02AC-4484-BD40-A3147D7EDA25
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = RecoveryLib|PEIM
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
25 #
26
27 [Sources]
28 PeiRecoveryLibNull.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33