X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FUefiApplicationEntryPoint.h;h=ec568ab6c5ad93da8bcfed030e0f92dd9d14ea6a;hb=772fb7cb13de5e18f04e8a19b97d2949f9dc7054;hp=94aa0c539da214e21f4b9f52e3c401152438a0c3;hpb=f6d2bcc6fa8161d20ff2b3601c94c566b5a9bc35;p=mirror_edk2.git diff --git a/MdePkg/Include/Library/UefiApplicationEntryPoint.h b/MdePkg/Include/Library/UefiApplicationEntryPoint.h index 94aa0c539d..ec568ab6c5 100644 --- a/MdePkg/Include/Library/UefiApplicationEntryPoint.h +++ b/MdePkg/Include/Library/UefiApplicationEntryPoint.h @@ -1,8 +1,8 @@ /** @file Module entry point library for UEFI Applications. -Copyright (c) 2007 - 2008, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -22,7 +22,7 @@ extern CONST UINT32 _gUefiDriverRevision; /** - Enrty point to UEFI Application. + Entry point to UEFI Application. This function is the entry point for a UEFI Application. This function must call ProcessLibraryConstructorList(), ProcessModuleEntryPointList(), and ProcessLibraryDestructorList(). @@ -111,7 +111,7 @@ ProcessLibraryConstructorList ( Autogenerated function that calls the library descructors for all of the module's dependent libraries. - This function may be called by _ModuleEntryPoint()or ExitDriver(). + This function may be called by _ModuleEntryPoint()or Exit(). This function calls the set of library destructors for the set of library instances that a 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.