]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index ec568ab6c5ad93da8bcfed030e0f92dd9d14ea6a..89725a74bbc76b65389d03cc40ff7da7f6834335 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Module entry point library for UEFI Applications.\r
 \r
 /** @file\r
   Module entry point library for UEFI Applications.\r
 \r
-Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define __UEFI_APPLICATION_ENTRY_POINT_H__\r
 \r
 ///\r
 #define __UEFI_APPLICATION_ENTRY_POINT_H__\r
 \r
 ///\r
-/// Declare the EFI/UEFI Specification Revision to which this driver is implemented \r
+/// Declare the EFI/UEFI Specification Revision to which this driver is implemented\r
 ///\r
 extern CONST UINT32        _gUefiDriverRevision;\r
 \r
 ///\r
 extern CONST UINT32        _gUefiDriverRevision;\r
 \r
@@ -47,7 +47,7 @@ _ModuleEntryPoint (
 \r
 \r
 /**\r
 \r
 \r
 /**\r
-  Required by the EBC compiler and identical in functionality to _ModuleEntryPoint(). \r
+  Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
 \r
   @param  ImageHandle  The image handle of the UEFI Application.\r
   @param  SystemTable  A pointer to the EFI System Table.\r
 \r
   @param  ImageHandle  The image handle of the UEFI Application.\r
   @param  SystemTable  A pointer to the EFI System Table.\r
@@ -67,13 +67,13 @@ EfiMain (
 \r
 /**\r
   Invokes the library destructors for all dependent libraries and terminates\r
 \r
 /**\r
   Invokes the library destructors for all dependent libraries and terminates\r
-  the UEFI Application. \r
+  the UEFI Application.\r
 \r
   This function calls ProcessLibraryDestructorList() and the EFI Boot Service Exit()\r
   with a status specified by Status.\r
 \r
   @param  Status  Status returned by the application that is exiting.\r
 \r
   This function calls ProcessLibraryDestructorList() and the EFI Boot Service Exit()\r
   with a status specified by Status.\r
 \r
   @param  Status  Status returned by the application that is exiting.\r
-  \r
+\r
 **/\r
 VOID\r
 EFIAPI\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -89,7 +89,7 @@ Exit (
   This function must be called by _ModuleEntryPoint().\r
   This function calls the set of library constructors for the set of library instances\r
   that a module depends on. This includes library instances that a module depends on\r
   This function must be called by _ModuleEntryPoint().\r
   This function calls the set of library constructors for the set of library instances\r
   that a module depends on. This includes library instances that a module depends on\r
-  directly and library instances that a module depends on indirectly through other libraries.  \r
+  directly and library instances that a module depends on indirectly through other libraries.\r
   This function is autogenerated by build tools and those build tools are responsible for\r
   collecting the set of library instances, determine which ones have constructors, and\r
   calling the library constructors in the proper order based upon each of the library\r
   This function is autogenerated by build tools and those build tools are responsible for\r
   collecting the set of library instances, determine which ones have constructors, and\r
   calling the library constructors in the proper order based upon each of the library\r
@@ -97,7 +97,7 @@ Exit (
 \r
   @param  ImageHandle  The image handle of the UEFI Application.\r
   @param  SystemTable  A pointer to the EFI System Table.\r
 \r
   @param  ImageHandle  The image handle of the UEFI Application.\r
   @param  SystemTable  A pointer to the EFI System Table.\r
-  \r
+\r
 **/\r
 VOID\r
 EFIAPI\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -114,7 +114,7 @@ ProcessLibraryConstructorList (
   This function may be called by _ModuleEntryPoint()or Exit().\r
   This function calls the set of library destructors for the set of library instances\r
   that a module depends on.  This includes library instances that a module depends on\r
   This function may be called by _ModuleEntryPoint()or Exit().\r
   This function calls the set of library destructors for the set of library instances\r
   that a module depends on.  This includes library instances that a module depends on\r
-  directly and library instances that a module depends on indirectly through other libraries.  \r
+  directly and library instances that a module depends on indirectly through other libraries.\r
   This function is autogenerated by build tools and those build tools are responsible\r
   for collecting the set of library instances, determine which ones have destructors,\r
   and calling the library destructors in the proper order based upon each of the library\r
   This function is autogenerated by build tools and those build tools are responsible\r
   for collecting the set of library instances, determine which ones have destructors,\r
   and calling the library destructors in the proper order based upon each of the library\r
@@ -134,7 +134,7 @@ ProcessLibraryDestructorList (
 /**\r
   This function calls the set of module entry points. It must be called by _ModuleEntryPoint().\r
 \r
 /**\r
   This function calls the set of module entry points. It must be called by _ModuleEntryPoint().\r
 \r
-  This function is autogenerated by build tools and those build tools are \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
   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