Code have been checked with spec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7024 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2008-12-15 03:22:57 +00:00
parent f3e1569dbb
commit 34860f7a06
5 changed files with 9 additions and 7 deletions

View File

@@ -65,9 +65,9 @@ EfiMain (
Autogenerated function that calls the library constructors for all of the module's
dependent libraries.
This function must be called by the PEI Core once an initial PEI Services Table has been established.
This function must be called by _ModuleEntryPoint().
This function calls the set of library constructors for the set of library instances that a
module depends on. This include library instances that a module depends on directly and library
module depends on. This includes library instances that a module depends on directly and library
instances that a module depends on indirectly through other libraries.
This function is autogenerated by build tools and those build tools are responsible for collecting
the set of library instances, determine which ones have constructors, and calling the library