mirror of https://github.com/acidanthera/audk.git
Correct file comment for DxeServicesTableLib.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6070 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
add1f24766
commit
f468abda65
|
@ -1,6 +1,13 @@
|
||||||
/** @file
|
/** @file
|
||||||
This library produce EFI_DXE_SERVICE pointer in global EFI system table. It should
|
This library implement library class DxeServiceTableLib.
|
||||||
be linked to a DXE driver who use gBS.
|
It produce EFI_DXE_SERVICE pointer in global variable gDS in library's constructure.
|
||||||
|
|
||||||
|
A DXE driver can use gDS pointer to access services in EFI_DXE_SERVICE, if this
|
||||||
|
DXE driver declare that use DxeServicesTableLib library class and link to this
|
||||||
|
library instance.
|
||||||
|
|
||||||
|
Please attention this library instance can not be used after EFI_SYSTEM_TABLE is
|
||||||
|
initialized.
|
||||||
|
|
||||||
This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
|
This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
|
||||||
function will be invoked in DXE driver's autogen file.
|
function will be invoked in DXE driver's autogen file.
|
||||||
|
|
Loading…
Reference in New Issue