]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.inf
CommitLineData
6bfbb5f0 1## @file\r
b4b6c8de 2# PEIM Recovery Library supports system recovery boot.\r
4fb31c2c 3#\r
7db60f82 4# This library instance is no longer used and module using this library\r
5# class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined\r
0a6f4824 6# in PI 1.2 specification.\r
7db60f82 7#\r
0a6f4824 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
4fb31c2c 9#\r
c0a00b14 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
4fb31c2c 11#\r
12#\r
6bfbb5f0 13##\r
4fb31c2c 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PeiRecoveryLib\r
f9841f04 18 MODULE_UNI_FILE = PeiRecoveryLib.uni\r
4fb31c2c 19 FILE_GUID = C0227547-0811-4cbb-ABEA-DECD22829122\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = RecoveryLib|PEIM\r
4fb31c2c 23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
64bbf1de 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
4fb31c2c 28#\r
29\r
6bfbb5f0 30[Sources]\r
4fb31c2c 31 PeiRecoveryLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
4fb31c2c 36\r
37[LibraryClasses]\r
38 BaseLib\r
39 PeiServicesTablePointerLib\r
40 DebugLib\r
41\r
42[Ppis]\r
b4b6c8de 43 gEfiPeiRecoveryModulePpiGuid ## CONSUMES\r
0a6f4824
LG
44\r
45\r