summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-27 17:04:12 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-27 17:04:12 +0000
commite7af83aece81c891deeda826526fffa194dc0256 (patch)
treee741867a6acbff1344a3971736e82af662ed4a77 /MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
parent53f32495953afac85b4c85c52dcf0595a4b1999e (diff)
downloadedk2-platforms-e7af83aece81c891deeda826526fffa194dc0256.tar.xz
1. Refine debug agent library.
2. DxeCore and DxeIpl consume debug agent library. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10119 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf13
1 files changed, 7 insertions, 6 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
index 0fcaf44f57..c3dd5f6719 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
@@ -1,6 +1,6 @@
## @file
# Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.
-#
+#
# This module produces a special PPI named the DXE Initial Program Load (IPL)
# PPI to discover and dispatch the DXE Foundation and components that are
# needed to run the DXE Foundation.
@@ -10,10 +10,10 @@
# 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
-#
+#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
+#
##
[Defines]
@@ -72,6 +72,7 @@
BaseLib
PeimEntryPoint
DebugLib
+ DebugAgentLib
[Ppis]
gEfiDxeIplPpiGuid ## PRODUCES
@@ -96,11 +97,11 @@
gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid
#
-# [BootMode]
+# [BootMode]
# S3_RESUME ## SOMETIMES_CONSUMES
# RECOVERY ## SOMETIMES_CONSUMES
#
-#
+#
# [Hob]
# ##
# # New Stack HoB
@@ -114,4 +115,4 @@
# # BSP Stack HOB for IPF
# MEMORY_ALLOCATION ## PRODUCES
#
-#
+#