summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c')
-rw-r--r--MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
index 1f60871a66..62d629577e 100644
--- a/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
+++ b/MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
@@ -1,5 +1,9 @@
/** @file
- Null Recovery Library instance does nothing and returns unsupport status.
+ Null Recovery Library instance does nothing and returns unsupported status.
+
+ This library instance is no longer used and module using this library
+ class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined
+ in PI 1.2 specification.
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials