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
This commit is contained in:
qhuang8 2010-03-04 09:36:08 +00:00
parent 3a2f9cce7d
commit 233af82b52
1 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,6 @@
# Only available to DXE and UEFI module types. # Only available to DXE and UEFI module types.
UefiBootServicesTableLib|Include/Library/UefiBootServicesTableLib.h 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. ## @libraryclass Module entry point library for UEFI Applications.
UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h UefiApplicationEntryPoint|Include/Library/UefiApplicationEntryPoint.h
@ -201,6 +197,10 @@
## ##
SmmLib|Include/Library/SmmLib.h 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] [LibraryClasses.IPF]
## @libraryclass The SAL Library provides a service to make a SAL CALL. ## @libraryclass The SAL Library provides a service to make a SAL CALL.
SalLib|Include/Library/SalLib.h SalLib|Include/Library/SalLib.h