]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / UefiApplicationEntryPoint / ApplicationEntryPoint.c
index cb0d07032cc96a1131ae7616b54646cc68a2f3d4..20cef444eaeace86a2bca529cdb0f4e0c662c91e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Entry point library instance to a UEFI application.\r
 \r
-Copyright (c) 2007 - 2010, 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
@@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Uefi.h>\r
 #include <Library/UefiApplicationEntryPoint.h>\r
+#include <Library/BaseLib.h>\r
+#include <Library/DebugLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 \r
 \r
@@ -76,13 +78,13 @@ _ModuleEntryPoint (
 \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
+\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -98,7 +100,7 @@ Exit (
 \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