mirror of https://github.com/acidanthera/audk.git
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:
parent
3a2f9cce7d
commit
233af82b52
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue