X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FDxeMain.inf;h=dda17aea04afc06b536eb785d7940f9625dd3f10;hb=64c7a74917f653145a398f91749518960d09b918;hp=2f50ed02234d7a166fbdd4add96f87a004877a85;hpb=e7af83aece81c891deeda826526fffa194dc0256;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index 2f50ed0223..dda17aea04 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -2,8 +2,8 @@ # This is core module in DXE phase. It provides an implementation of DXE Core that is # compliant with DXE CIS. # -# Copyright (c) 2006 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2012, 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 @@ -82,6 +82,8 @@ DebugLib DxeCoreEntryPoint PeCoffLib + PeCoffGetEntryPointLib + PeCoffExtraActionLib ExtractGuidedSectionLib MemoryAllocationLib UefiBootServicesTableLib @@ -90,6 +92,7 @@ TimerLib DxeServicesLib DebugAgentLib + CpuExceptionHandlerLib [Guids] gEfiEventMemoryMapChangeGuid ## CONSUMES ## Event @@ -98,6 +101,7 @@ gEfiHobMemoryAllocModuleGuid ## CONSUMES ## Hob gEfiFileInfoGuid ## CONSUMES ## File gEfiFirmwareFileSystem2Guid ## CONSUMES ## GUID + gEfiFirmwareFileSystem3Guid ## CONSUMES ## GUID gAprioriGuid ## CONSUMES ## GUID gEfiDebugImageInfoTableGuid ## CONSUMES ## GUID gEfiHobListGuid ## CONSUMES ## GUID @@ -105,7 +109,7 @@ gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID gEfiEventDxeDispatchGuid ## CONSUMES ## GUID gLoadFixedAddressConfigurationTableGuid ## SOMETIMES_CONSUMES - + gIdleLoopEventGuid ## CONSUMES ## GUID [Protocols] gEfiStatusCodeRuntimeProtocolGuid ## SOMETIMES_CONSUMES @@ -127,6 +131,7 @@ gEfiMetronomeArchProtocolGuid ## CONSUMES gEfiTimerArchProtocolGuid ## CONSUMES gEfiBusSpecificDriverOverrideProtocolGuid ## CONSUMES + gEfiDriverFamilyOverrideProtocolGuid ## CONSUMES gEfiPlatformDriverOverrideProtocolGuid ## CONSUMES gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES gEfiFirmwareVolumeBlockProtocolGuid ## PRODUCES @@ -145,4 +150,6 @@ [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressBootTimeCodePageNumber ## SOMETIMES_CONSUMES gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressRuntimeCodePageNumber ## SOMETIMES_CONSUMES - gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable ## CONSUMES \ No newline at end of file + gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable ## CONSUMES + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress ## CONSUMES + \ No newline at end of file