From 109e9a6156b2c9540fd4b1b6ce17ac5be1fa03c4 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sun, 4 Jan 2009 03:20:55 +0000 Subject: Code scrub for the following drivers and librarys. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7172 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c | 6 +++--- MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Library/PeiRecoveryLibNull') diff --git a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c index 40acc57c95..1f60871a66 100644 --- a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c +++ b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c @@ -1,6 +1,5 @@ /** @file - Null Recovery Library instance. - This library class defines a set of methods related do recovery. + Null Recovery Library instance does nothing and returns unsupport status. Copyright (c) 2006 - 2008, Intel Corporation.
All rights reserved. This program and the accompanying materials @@ -13,9 +12,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #include +#include /** - Calling this function causes the system do recovery. + Calling this function causes the system do recovery boot path. @retval EFI_UNSUPPORTED Recovery is not supported. **/ diff --git a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf index 041b5a320c..cdfbb49af5 100644 --- a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf +++ b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf @@ -1,6 +1,7 @@ #/** @file # # Null Recovery library instance for PEIM module +# It can make core modules pass package level build. # # Copyright (c) 2006 - 2008, Intel Corporation.
# All rights reserved. This program and the accompanying materials -- cgit v1.2.3