diff options
author | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-14 00:45:39 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-14 00:45:39 +0000 |
commit | 32e8520919a2babda4ecabd87c49fad54820f0f3 (patch) | |
tree | 6aad0a1739fa31515d0f4e1af308e8768c527dbd /MdeModulePkg | |
parent | 8adfcdddf60f146a0f1f7ee50715b23ac3ef4b5c (diff) | |
download | edk2-platforms-32e8520919a2babda4ecabd87c49fad54820f0f3.tar.xz |
Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12343 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-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 3912367d1a..1731ae91ad 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -89,6 +89,10 @@ ## @libraryclass Provide platform specific hooks for SMM core.
#
SmmCorePlatformHookLib|Include/Library/SmmCorePlatformHookLib.h
+
+ ## @libraryclass Provide capability to maintain the data integrity cross S3 phase.
+ #
+ LockBoxLib|Include/Library/LockBoxLib.h
[Guids]
## MdeModule package token space guid
|