]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
Update EntryPoint library header
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index 9497f9a1621f0d5abeec2814e6e0a37ee5b49bf1..94aa0c539da214e21f4b9f52e3c401152438a0c3 100644 (file)
@@ -66,7 +66,7 @@ EfiMain (
 \r
 \r
 /**\r
-  Invokes the library destructors fror all dependent libraries and terminates\r
+  Invokes the library destructors for all dependent libraries and terminates\r
   the UEFI Application. \r
 \r
   This function calls ProcessLibraryDestructorList() and the EFI Boot Service Exit()\r
@@ -132,12 +132,13 @@ ProcessLibraryDestructorList (
   );\r
 \r
 /**\r
-  Call driver entry point. For UEFI application, user\r
-  can only specify one entry point. Tool will automatically insert\r
-  this to Autogen.c.\r
+  This function calls the set of module entry points. It must be called by _ModuleEntryPoint().\r
 \r
-  @param  ImageHandle ImageHandle of the loaded driver.\r
-  @param  SystemTable Pointer to the EFI System Table.\r
+  This function is autogenerated by build tools and those build tools are \r
+  responsible for collecting the module entry points and calling them in a specified order.\r
+\r
+  @param  ImageHandle    The image handle of the UEFI Application.\r
+  @param  SystemTable    A pointer to the EFI System Table.\r
 \r
   @retval  EFI_SUCCESS   The UEFI Application executed normally.\r
   @retval  !EFI_SUCCESS  The UEFI Application failed to execute normally.\r