]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.inf
CommitLineData
4fb31c2c 1#/** @file\r
4ee6846f 2# Recovery Library for PEIM\r
4fb31c2c 3#\r
4ee6846f 4# Copyright (c) 2006 - 2009, Intel Corporation.\r
4fb31c2c 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeiRecoveryLib\r
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
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 PeiRecoveryLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
37 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 PeiServicesTablePointerLib\r
42 DebugLib\r
43\r
44[Ppis]\r
45 gEfiPeiRecoveryModulePpiGuid # PPI ALWAYS_CONSUMED\r
46 \r
47