summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-11 15:51:48 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-11 15:51:48 +0000
commit5933acc3cb1ac1a344a34342d0ac46d3afed929a (patch)
tree111ffb2d3aee97dfed6ea2dfd92bcb5ec12d9c21 /MdeModulePkg/Include
parent28efc722c49a974e8d77f4a8d4782b4e1a0a2f5f (diff)
downloadedk2-5933acc3cb1ac1a344a34342d0ac46d3afed929a.zip
edk2-5933acc3cb1ac1a344a34342d0ac46d3afed929a.tar.gz
edk2-5933acc3cb1ac1a344a34342d0ac46d3afed929a.tar.bz2
Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9047 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Library/RecoveryLib.h4
-rw-r--r--MdeModulePkg/Include/Library/S3Lib.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h
index 484ff76..a04b19a 100644
--- a/MdeModulePkg/Include/Library/RecoveryLib.h
+++ b/MdeModulePkg/Include/Library/RecoveryLib.h
@@ -1,5 +1,7 @@
/** @file
- Recovery library class defines a set of methods related recovery boot mode.
+ Recovery library class defines a set of methods related recovery boot mode.
+ This library class is no longer used and modules using this library should
+ directly locate EFI_PEI_RECOVERY_MODULE_PPI defined in PI 1.2 specification.
Copyright (c) 2005 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
diff --git a/MdeModulePkg/Include/Library/S3Lib.h b/MdeModulePkg/Include/Library/S3Lib.h
index f97b6b5..6eda9f6 100644
--- a/MdeModulePkg/Include/Library/S3Lib.h
+++ b/MdeModulePkg/Include/Library/S3Lib.h
@@ -1,5 +1,7 @@
/** @file
S3 library class defines a set of methods related to S3 boot mode.
+ This library class is no longer used and modules using this library should
+ directly locate EFI_PEI_S3_RESUME_PPI defined in PI 1.2 specification.
Copyright (c) 2005 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials