summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/DxeMain.inf
diff options
context:
space:
mode:
authorjiewen yao <jiewen.yao@intel.com>2016-01-29 19:56:36 +0800
committerjiewen yao <jiewen.yao@intel.com>2016-02-17 07:32:22 +0800
commit47eb798d3619dc525c3c4594a0df388b84a85c7f (patch)
tree13f4cd6f5dcfae81a796cc648ca72fdb0ea2afef /MdeModulePkg/Core/Dxe/DxeMain.inf
parenta94d51bde5e8dd55a5916ba75c9938b5796633f6 (diff)
downloadedk2-47eb798d3619dc525c3c4594a0df388b84a85c7f.tar.gz
edk2-47eb798d3619dc525c3c4594a0df388b84a85c7f.tar.bz2
edk2-47eb798d3619dc525c3c4594a0df388b84a85c7f.zip
MdePkg: Update DxeCore INF for MemoryAttributesTable.
Update DxeCore INF for MemoryAttributesTable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: "Gao, Liming" <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/DxeMain.inf')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.inf4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index 7ebf0d7abf..e3e4d036db 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -3,7 +3,7 @@
#
# It provides an implementation of DXE Core that is compliant with DXE CIS.
#
-# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
# 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
@@ -41,6 +41,7 @@
Misc/SetWatchdogTimer.c
Misc/InstallConfigurationTable.c
Misc/PropertiesTable.c
+ Misc/MemoryAttributesTable.c
Library/Library.c
Hand/DriverSupport.c
Hand/Notify.c
@@ -125,6 +126,7 @@
gEdkiiMemoryProfileGuid ## SOMETIMES_PRODUCES ## GUID # Install protocol
gZeroGuid ## SOMETIMES_CONSUMES ## GUID
gEfiPropertiesTableGuid ## SOMETIMES_PRODUCES ## SystemTable
+ gEfiMemoryAttributesTableGuid ## SOMETIMES_PRODUCES ## SystemTable
gEfiEndOfDxeEventGroupGuid ## SOMETIMES_CONSUMES ## Event
[Ppis]