]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, we choose...
[mirror_edk2.git] / MdeModulePkg / Library / PeiRecoveryLibNull / PeiRecoveryLibNull.inf
CommitLineData
4fb31c2c 1#/** @file\r
8dbae30d 2# \r
5d69642d 3# Null Recovery library instance for PEIM module\r
109e9a61 4# It can make core modules pass package level build.\r
8dbae30d 5# \r
6# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
4fb31c2c 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 9# which accompanies this distribution. The full text of the license may be found at\r
4fb31c2c 10# http://opensource.org/licenses/bsd-license.php\r
8dbae30d 11# \r
4fb31c2c 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
8dbae30d 14# \r
4fb31c2c 15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiRecoveryLibNull\r
20 FILE_GUID = 41789FB9-02AC-4484-BD40-A3147D7EDA25\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = RecoveryLib|PEIM\r
4fb31c2c 24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
078bee4e 28# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
4fb31c2c 29#\r
30\r
31[Sources.common]\r
32 PeiRecoveryLibNull.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
4fb31c2c 38