diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-04 09:23:16 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-04 09:23:16 +0000 |
commit | 029f9e857e0d2f70aebb4b98d5e5f11eb459b6a2 (patch) | |
tree | dae5173a7d98c9a64553ff5630b9da01c0cec4d4 | |
parent | b26fc8d82d26111becfc86ebe228d1ba51c22442 (diff) | |
download | edk2-platforms-029f9e857e0d2f70aebb4b98d5e5f11eb459b6a2.tar.xz |
Add SmmLib info to MdePkg.dec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10185 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/MdePkg.dec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index e0a00b2e36..549a262c7b 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -196,6 +196,11 @@ ##
SynchronizationLib|Include/Library/SynchronizationLib.h
+[LibraryClasses.IA32, LibraryClasses.X64]
+ ## @libraryclass Abstracts both S/W SMI generation and detection.
+ ##
+ SmmLib|Include/Library/SmmLib.h
+
[LibraryClasses.IPF]
## @libraryclass The SAL Library provides a service to make a SAL CALL.
SalLib|Include/Library/SalLib.h
|