X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FDxeMain.inf;h=9a058f1949647b79876c0f71a02a41546592bee0;hb=4eac2175c6c4abbfc58b72ecc685fdd18d9c9840;hp=a6b6df2b86f5fa44384e38faae3d395e3e9b46eb;hpb=93e3992d1ea50fb30c48f498d257d4e66252dd9b;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index a6b6df2b86..9a058f1949 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -1,47 +1,39 @@ #/** @file -# Component description file for DxeMain module. -# -# This module provide an DXE CIS compliant implementation of DXE Core. -# Copyright (c) 2006 - 2007, Intel Corporation -# +# This module provides an implementation of DXE Core that is compliant with DXE CIS. +# +# Copyright (c) 2006 - 2008, 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. -# -# +# 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] INF_VERSION = 0x00010005 - BASE_NAME = DxeMain + BASE_NAME = DxeCore FILE_GUID = D6A2CB7F-6A18-4e2f-B43B-9920A733700A MODULE_TYPE = DXE_CORE VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + PI_SPECIFICATION_VERSION = 0x00010000 ENTRY_POINT = DxeMain -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# +# The following information is for reference only and not required by the build tools. +# +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) +# [Sources.common] - Library.h - imem.h - Image.h - hand.h - gcd.h - FwVolDriver.h - FwVolBlock.h - Exec.h DxeMain.h - DebugImageInfo.h SectionExtraction/CoreSectionExtraction.c Image/ImageFile.c Image/Image.c + Image/Image.h Misc/DebugImageInfo.c Misc/Stall.c Misc/SetWatchdogTimer.c @@ -49,23 +41,28 @@ Library/Library.c Hand/DriverSupport.c Hand/Notify.c - Hand/locate.c - Hand/handle.c - Gcd/gcd.c - Mem/pool.c + Hand/Locate.c + Hand/Handle.c + Hand/Handle.h + Gcd/Gcd.c + Gcd/Gcd.h + Mem/Pool.c Mem/Page.c - Mem/memdata.c + Mem/MemData.c + Mem/Imem.h FwVolBlock/FwVolBlock.c + FwVolBlock/FwVolBlock.h FwVol/FwVolWrite.c FwVol/FwVolRead.c FwVol/FwVolAttrib.c FwVol/Ffs.c FwVol/FwVol.c - Event/tpl.c - Event/timer.c - Event/event.c - Event/execdata.c - Dispatcher/dependency.c + FwVol/FwVolDriver.h + Event/Tpl.c + Event/Timer.c + Event/Event.c + Event/Event.h + Dispatcher/Dependency.c Dispatcher/Dispatcher.c DxeMain/DxeProtocolNotify.c DxeMain/DxeMain.c @@ -73,7 +70,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - + [LibraryClasses] BaseMemoryLib CacheMaintenanceLib @@ -87,9 +84,12 @@ PeCoffLib ExtractGuidedSectionLib MemoryAllocationLib + UefiBootServicesTableLib + DevicePathLib + ReportStatusCodeLib + TimerLib [Guids] - gEfiEventLegacyBootGuid # ALWAYS_CONSUMED gEfiEventReadyToBootGuid # ALWAYS_CONSUMED gEfiEventMemoryMapChangeGuid # ALWAYS_CONSUMED gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED @@ -106,8 +106,6 @@ [Protocols] gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiCapsuleArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiTianoDecompressProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiCustomizedDecompressProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDecompressProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiLoadPeImageProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED @@ -134,6 +132,7 @@ gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiEbcProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiTcgPlatformProtocolGuid + gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED [FixedPcd.common] gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeCoreEntry | 0x3041000 # EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_ENTRY_POINT @@ -142,3 +141,6 @@ gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverBegin | 0x3040002 # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_BEGIN gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd | 0x3040003 # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_END +[BuildOptions] + MSFT:*_*_*_CC_FLAGS = /FAcs +