summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/DxeMain.inf
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-26 01:08:36 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-26 01:08:36 +0000
commit7748df3da985214b8c6e39ea983018c212198d54 (patch)
treeff5a08a1622ee753dc04ac946a56118ec9d6bb98 /MdeModulePkg/Core/Dxe/DxeMain.inf
parent847166140a0385228435428c208e4f6b1ad4fb6a (diff)
downloadedk2-7748df3da985214b8c6e39ea983018c212198d54.tar.gz
edk2-7748df3da985214b8c6e39ea983018c212198d54.tar.bz2
edk2-7748df3da985214b8c6e39ea983018c212198d54.zip
Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpenImageFile function.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9487 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.inf')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.inf5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index 1cec93fadc..a7191b87e1 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -2,7 +2,7 @@
# This is core module in DXE phase. It provides an implementation of DXE Core that is
# compliant with DXE CIS.
#
-# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
+# Copyright (c) 2006 - 2009, Intel Corporation. <BR>
# 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
@@ -32,7 +32,6 @@
[Sources.common]
DxeMain.h
SectionExtraction/CoreSectionExtraction.c
- Image/ImageFile.c
Image/Image.c
Image/Image.h
Misc/DebugImageInfo.c
@@ -89,6 +88,7 @@
DevicePathLib
ReportStatusCodeLib
TimerLib
+ DxeServicesLib
[Guids]
gEfiEventMemoryMapChangeGuid ## CONSUMES ## Event
@@ -140,4 +140,3 @@
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueBootServiceExit
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverBegin
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd
-