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