]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / PeiRecoveryLibNull / PeiRecoveryLibNull.inf
CommitLineData
6bfbb5f0 1## @file\r
8dbae30d 2# \r
5d69642d 3# Null Recovery library instance for PEIM module\r
5933acc3 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
6# in PI 1.2 specification. \r
8dbae30d 7# \r
6bfbb5f0 8# Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
4fb31c2c 9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 11# which accompanies this distribution. The full text of the license may be found at\r
4fb31c2c 12# http://opensource.org/licenses/bsd-license.php\r
8dbae30d 13# \r
4fb31c2c 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 16# \r
6bfbb5f0 17##\r
4fb31c2c 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PeiRecoveryLibNull\r
22 FILE_GUID = 41789FB9-02AC-4484-BD40-A3147D7EDA25\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = RecoveryLib|PEIM\r
4fb31c2c 26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
078bee4e 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
4fb31c2c 31#\r
32\r
6bfbb5f0 33[Sources]\r
4fb31c2c 34 PeiRecoveryLibNull.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
4fb31c2c 40