diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-11 15:52:20 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-11 15:52:20 +0000 |
commit | 05d71050393ab5ba2e0ffbe8fa84c3fc18663c3e (patch) | |
tree | ceae58abb70737bb7040bc0f519c3b907400029b | |
parent | 5933acc3cb1ac1a344a34342d0ac46d3afed929a (diff) | |
download | edk2-05d71050393ab5ba2e0ffbe8fa84c3fc18663c3e.zip edk2-05d71050393ab5ba2e0ffbe8fa84c3fc18663c3e.tar.gz edk2-05d71050393ab5ba2e0ffbe8fa84c3fc18663c3e.tar.bz2 |
Update the comments for S3Lib and RecoveryLib class to state that they are deprecated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9048 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 0da12af..f2c7081 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -45,9 +45,13 @@ ResetSystemLib|Include/Library/ResetSystemLib.h
## @libraryclass Defines a set of methods related do S3 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.
S3Lib|Include/Library/S3Lib.h
## @libraryclass Defines a set of methods related recovery 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.
RecoveryLib|Include/Library/RecoveryLib.h
## @libraryclass Provides HII related functions.
|