summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/PeiRecoveryLib
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-24 05:33:36 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-24 05:33:36 +0000
commitb4b6c8de1ea59f61f339798ab1e24eb1e1f64ad5 (patch)
treeff2943b8cfc24e0acb0584ba16242e4fd189f5f5 /IntelFrameworkModulePkg/Library/PeiRecoveryLib
parent736e104fa3c33d23dde748cd9576056d533e11b4 (diff)
downloadedk2-platforms-b4b6c8de1ea59f61f339798ab1e24eb1e1f64ad5.tar.xz
Update code style and comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8640 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PeiRecoveryLib')
-rw-r--r--IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c6
-rw-r--r--IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf4
2 files changed, 5 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c
index 74491b466c..5668130c95 100644
--- a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c
+++ b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c
@@ -1,7 +1,7 @@
-/**@file
- Recovery Library. This library class defines a set of methods related do recovery.
+/** @file
+ This Library uses Framework RecoveryModule PPI to system recovery.
-Copyright (c) 2006 - 2008 Intel Corporation
+Copyright (c) 2006 - 2009 Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
index fcb4ad449a..b6c7f01e9e 100644
--- a/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
+++ b/IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
@@ -1,5 +1,5 @@
#/** @file
-# Recovery Library for PEIM
+# PEIM Recovery Library supports system recovery boot.
#
# Copyright (c) 2006 - 2009, Intel Corporation.
#
@@ -42,6 +42,6 @@
DebugLib
[Ppis]
- gEfiPeiRecoveryModulePpiGuid # PPI ALWAYS_CONSUMED
+ gEfiPeiRecoveryModulePpiGuid ## CONSUMES
\ No newline at end of file