diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-04 09:36:08 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-04 09:36:08 +0000 |
commit | 233af82b524d8807906bc314b1f09b1199562bec (patch) | |
tree | 3d15f6eb9c27b209cfe7378944ad8ffcd900d174 /MdePkg | |
parent | 3a2f9cce7d2a393c6655c6cf2cde8539e75aa3ea (diff) | |
download | edk2-platforms-233af82b524d8807906bc314b1f09b1199562bec.tar.xz |
Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10187 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 549a262c7b..8babc08628 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -74,10 +74,6 @@ # Only available to DXE and UEFI module types.
UefiBootServicesTableLib|Include/Library/UefiBootServicesTableLib.h
- ## @libraryclass Provides a service to retrieve a pointer to the SMM Services Table.
- # Only available to SMM/DXE Combined and SMM module types.
- SmmServicesTableLib|Include/Library/SmmServicesTableLib.h
-
## @libraryclass Module entry point library for UEFI Applications.
UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h
@@ -201,6 +197,10 @@ ##
SmmLib|Include/Library/SmmLib.h
+ ## @libraryclass Provides a service to retrieve a pointer to the SMM Services Table.
+ # Only available to SMM/DXE Combined and SMM module types.
+ SmmServicesTableLib|Include/Library/SmmServicesTableLib.h
+
[LibraryClasses.IPF]
## @libraryclass The SAL Library provides a service to make a SAL CALL.
SalLib|Include/Library/SalLib.h
|