]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index 0fcaf44f570125b9a3c2c939eaa158d0def6f68a..75f8830acf11af5da9ab26af271e0389c8fac97b 100644 (file)
@@ -1,19 +1,19 @@
 ## @file\r
 #  Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\r
-#  \r
+#\r
 #  This module produces a special PPI named the DXE Initial Program Load (IPL)\r
 #  PPI to discover and dispatch the DXE Foundation and components that are\r
 #  needed to run the DXE Foundation.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2010, 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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
@@ -72,6 +72,7 @@
   BaseLib\r
   PeimEntryPoint\r
   DebugLib\r
+  DebugAgentLib\r
 \r
 [Ppis]\r
   gEfiDxeIplPpiGuid                 ## PRODUCES\r
@@ -79,7 +80,7 @@
   gEfiPeiDecompressPpiGuid          ## SOMETIMES_PRODUCES\r
   gEfiPeiReadOnlyVariable2PpiGuid   ## SOMETIMES_CONSUMES\r
   gEfiPeiLoadFilePpiGuid            ## CONSUMES\r
-  gEfiPeiS3ResumePpiGuid            ## SOMETIMES_CONSUMES(Consumed on S3 boot path)\r
+  gEfiPeiS3Resume2PpiGuid           ## SOMETIMES_CONSUMES(Consumed on S3 boot path)\r
   gEfiPeiRecoveryModulePpiGuid      ## SOMETIMES_CONSUMES(Consumed on recovery boot path)\r
 \r
 [Guids]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r
 \r
 #\r
-# [BootMode] \r
+# [BootMode]\r
 #   S3_RESUME                       ## SOMETIMES_CONSUMES\r
 #   RECOVERY                        ## SOMETIMES_CONSUMES\r
 #\r
-#  \r
+#\r
 # [Hob]\r
 #   ##\r
 #   # New Stack HoB\r
 #   # BSP Stack HOB for IPF\r
 #   MEMORY_ALLOCATION               ## PRODUCES\r
 #\r
-# \r
+#\r