X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FDxeMain.inf;h=856936ff6eb28e35ef5d94aa2759a0cb1b849be5;hp=79dccde59ed2d150a8f296ffd09ecc6820d0c034;hb=d8c79a815f9e993b741ec38cd39498e674e1739e;hpb=28a00297189c323096aae8e2975de94e8549613c diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index 79dccde59e..856936ff6e 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -4,16 +4,17 @@ # This module provide an DXE CIS compliant implementation of DXE Core. # Copyright (c) 2006 - 2007, 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 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# 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 +# +# 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 Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeMain @@ -25,17 +26,7 @@ ENTRY_POINT = DxeMain -# -# The following information is for reference only and not required by the build tools. -# # VALID_ARCHITECTURES = IA32 X64 IPF EBC -# - -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ [Sources.common] Library.h @@ -78,33 +69,17 @@ Dispatcher/Dispatcher.c DxeMain/DxeProtocolNotify.c DxeMain/DxeMain.c - CommonHeader.h - - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ [Packages] MdePkg/MdePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec - -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] BaseMemoryLib CacheMaintenanceLib PeCoffLoaderLib UefiDecompressLib + CustomDecompressLib PerformanceLib HobLib BaseLib @@ -112,13 +87,6 @@ DebugLib DxeCoreEntryPoint - -################################################################################ -# -# Guid C Name Section - list of Guids that this module uses or produces. -# -################################################################################ - [Guids] gEfiEventLegacyBootGuid # ALWAYS_CONSUMED gEfiEventReadyToBootGuid # ALWAYS_CONSUMED @@ -127,21 +95,13 @@ gEfiEventExitBootServicesGuid # ALWAYS_CONSUMED gEfiHobMemoryAllocModuleGuid # ALWAYS_CONSUMED gEfiFileInfoGuid # ALWAYS_CONSUMED - gEfiFirmwareFileSystemGuid # ALWAYS_CONSUMED + gEfiFirmwareFileSystem2Guid # ALWAYS_CONSUMED gAprioriGuid # ALWAYS_CONSUMED gEfiDebugImageInfoTableGuid # ALWAYS_CONSUMED gEfiHobListGuid # ALWAYS_CONSUMED gEfiDxeServicesTableGuid # ALWAYS_CONSUMED gEfiMemoryTypeInformationGuid # ALWAYS_CONSUMED - -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED