X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPeimEntryPoint.h;h=f4b752ef960926bbd0c11caa87fac67d23a50ae2;hb=074583572668d320884b1d51605592a917558259;hp=16ad7cce0a473fb4446e1b706c51a169804c9b56;hpb=f6d2bcc6fa8161d20ff2b3601c94c566b5a9bc35;p=mirror_edk2.git diff --git a/MdePkg/Include/Library/PeimEntryPoint.h b/MdePkg/Include/Library/PeimEntryPoint.h index 16ad7cce0a..f4b752ef96 100644 --- a/MdePkg/Include/Library/PeimEntryPoint.h +++ b/MdePkg/Include/Library/PeimEntryPoint.h @@ -1,8 +1,8 @@ /** @file Module entry point library for PEIM. -Copyright (c) 2006 - 2008 Intel Corporation
-All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 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 @@ -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