]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain.inf
Clean up DEC files:
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain.inf
index 4dd99919c553b6dcae6b8b17a0e1f4722f382c70..8b99908df0b482dfb50d156a022d10be8b623c3a 100644 (file)
@@ -1,47 +1,39 @@
-#/** @file\r
-# Component description file for DxeMain module.\r
-#\r
-# This module provide an DXE CIS compliant implementation of DXE Core.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
-#    are licensed and made available under the terms and conditions of the BSD License\r
-#    which accompanies this distribution. The full text of the license may be found at\r
-#    http://opensource.org/licenses/bsd-license.php\r
-#\r
-#    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
+## @file\r
+#  This is core module in DXE phase. It provides an implementation of DXE Core that is\r
+#  compliant with DXE CIS.  \r
+#  \r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  \r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = DxeMain\r
+  BASE_NAME                      = DxeCore\r
   FILE_GUID                      = D6A2CB7F-6A18-4e2f-B43B-9920A733700A\r
   MODULE_TYPE                    = DXE_CORE\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
 \r
   ENTRY_POINT                    = DxeMain\r
 \r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
+#\r
 \r
-[Sources.common]\r
-  Library.h\r
-  imem.h\r
-  Image.h\r
-  hand.h\r
-  gcd.h\r
-  FwVolDriver.h\r
-  FwVolBlock.h\r
-  Exec.h\r
+[Sources]\r
   DxeMain.h\r
-  DebugImageInfo.h\r
   SectionExtraction/CoreSectionExtraction.c\r
-  Image/ImageFile.c\r
   Image/Image.c\r
+  Image/Image.h\r
   Misc/DebugImageInfo.c\r
   Misc/Stall.c\r
   Misc/SetWatchdogTimer.c\r
   Library/Library.c\r
   Hand/DriverSupport.c\r
   Hand/Notify.c\r
-  Hand/locate.c\r
-  Hand/handle.c\r
-  Gcd/gcd.c\r
-  Mem/pool.c\r
+  Hand/Locate.c\r
+  Hand/Handle.c\r
+  Hand/Handle.h\r
+  Gcd/Gcd.c\r
+  Gcd/Gcd.h\r
+  Mem/Pool.c\r
   Mem/Page.c\r
-  Mem/memdata.c\r
+  Mem/MemData.c\r
+  Mem/Imem.h\r
   FwVolBlock/FwVolBlock.c\r
+  FwVolBlock/FwVolBlock.h\r
   FwVol/FwVolWrite.c\r
   FwVol/FwVolRead.c\r
   FwVol/FwVolAttrib.c\r
   FwVol/Ffs.c\r
   FwVol/FwVol.c\r
-  Event/tpl.c\r
-  Event/timer.c\r
-  Event/event.c\r
-  Event/execdata.c\r
-  Dispatcher/dependency.c\r
+  FwVol/FwVolDriver.h\r
+  Event/Tpl.c\r
+  Event/Timer.c\r
+  Event/Event.c\r
+  Event/Event.h\r
+  Dispatcher/Dependency.c\r
   Dispatcher/Dispatcher.c\r
   DxeMain/DxeProtocolNotify.c\r
   DxeMain/DxeMain.c\r
   DebugLib\r
   DxeCoreEntryPoint\r
   PeCoffLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
   ExtractGuidedSectionLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  DevicePathLib\r
+  ReportStatusCodeLib\r
+  TimerLib\r
+  DxeServicesLib\r
+  DebugAgentLib\r
 \r
 [Guids]\r
-  gEfiEventLegacyBootGuid                       # ALWAYS_CONSUMED\r
-  gEfiEventReadyToBootGuid                      # ALWAYS_CONSUMED\r
-  gEfiEventMemoryMapChangeGuid                  # ALWAYS_CONSUMED\r
-  gEfiEventVirtualAddressChangeGuid             # ALWAYS_CONSUMED\r
-  gEfiEventExitBootServicesGuid                 # ALWAYS_CONSUMED\r
-  gEfiHobMemoryAllocModuleGuid                  # ALWAYS_CONSUMED\r
-  gEfiFileInfoGuid                              # ALWAYS_CONSUMED\r
-  gEfiFirmwareFileSystem2Guid                   # ALWAYS_CONSUMED\r
-  gAprioriGuid                                  # ALWAYS_CONSUMED\r
-  gEfiDebugImageInfoTableGuid                   # ALWAYS_CONSUMED\r
-  gEfiHobListGuid                               # ALWAYS_CONSUMED\r
-  gEfiDxeServicesTableGuid                      # ALWAYS_CONSUMED\r
-  gEfiMemoryTypeInformationGuid                 # ALWAYS_CONSUMED\r
+  gEfiEventMemoryMapChangeGuid                  ## CONSUMES ## Event\r
+  gEfiEventVirtualAddressChangeGuid             ## SOMETIMES_CONSUMES ## Event\r
+  gEfiEventExitBootServicesGuid                 ## SOMETIMES_CONSUMES ## Event\r
+  gEfiHobMemoryAllocModuleGuid                  ## CONSUMES ## Hob\r
+  gEfiFileInfoGuid                              ## CONSUMES ## File\r
+  gEfiFirmwareFileSystem2Guid                   ## CONSUMES ## GUID\r
+  gAprioriGuid                                  ## CONSUMES ## GUID\r
+  gEfiDebugImageInfoTableGuid                   ## CONSUMES ## GUID\r
+  gEfiHobListGuid                               ## CONSUMES ## GUID\r
+  gEfiDxeServicesTableGuid                      ## CONSUMES ## GUID\r
+  gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID\r
+  gEfiEventDxeDispatchGuid                      ## CONSUMES ## GUID\r
+  gLoadFixedAddressConfigurationTableGuid       ## SOMETIMES_CONSUMES\r
+  \r
 \r
 [Protocols]\r
-  gEfiStatusCodeRuntimeProtocolGuid             # PROTOCOL SOMETIMES_CONSUMED\r
-  gEfiCapsuleArchProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTianoDecompressProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiCustomizedDecompressProtocolGuid          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDecompressProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiLoadPeImageProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiSimpleFileSystemProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiLoadFileProtocolGuid                      # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiResetArchProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiRealTimeClockArchProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiRuntimeArchProtocolGuid                   # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiWatchdogTimerArchProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSecurityArchProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiVariableArchProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiBdsArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiVariableWriteArchProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiMonotonicCounterArchProtocolGuid          # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiMetronomeArchProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiTimerArchProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiBusSpecificDriverOverrideProtocolGuid     # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiPlatformDriverOverrideProtocolGuid        # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDriverBindingProtocolGuid                 # PROTOCOL SOMETIMES_CONSUMED\r
-  gEfiFirmwareVolumeBlockProtocolGuid           # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiFirmwareVolumeDispatchProtocolGuid        # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiFirmwareVolume2ProtocolGuid               # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiEbcProtocolGuid                           # PROTOCOL SOMETIMES_CONSUMED\r
-  gEfiSectionExtractionProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiStatusCodeRuntimeProtocolGuid             ## SOMETIMES_CONSUMES\r
+  gEfiCapsuleArchProtocolGuid                   ## CONSUMES\r
+  gEfiDecompressProtocolGuid                    ## CONSUMES\r
+  gEfiLoadPeImageProtocolGuid                   ## SOMETIMES_PRODUCES (Produces when PcdFrameworkCompatibilitySupport is set)\r
+  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES\r
+  gEfiLoadFileProtocolGuid                      ## CONSUMES\r
+  gEfiLoadFile2ProtocolGuid                     ## CONSUMES\r
+  gEfiResetArchProtocolGuid                     ## CONSUMES\r
+  gEfiRealTimeClockArchProtocolGuid             ## CONSUMES\r
+  gEfiRuntimeArchProtocolGuid                   ## CONSUMES\r
+  gEfiWatchdogTimerArchProtocolGuid             ## CONSUMES\r
+  gEfiSecurityArchProtocolGuid                  ## CONSUMES\r
+  gEfiVariableArchProtocolGuid                  ## CONSUMES\r
+  gEfiBdsArchProtocolGuid                       ## CONSUMES\r
+  gEfiVariableWriteArchProtocolGuid             ## CONSUMES\r
+  gEfiMonotonicCounterArchProtocolGuid          ## CONSUMES\r
+  gEfiMetronomeArchProtocolGuid                 ## CONSUMES\r
+  gEfiTimerArchProtocolGuid                     ## CONSUMES\r
+  gEfiBusSpecificDriverOverrideProtocolGuid     ## CONSUMES\r
+  gEfiPlatformDriverOverrideProtocolGuid        ## CONSUMES\r
+  gEfiDriverBindingProtocolGuid                 ## SOMETIMES_CONSUMES\r
+  gEfiFirmwareVolumeBlockProtocolGuid           ## PRODUCES\r
+  gEfiFirmwareVolume2ProtocolGuid               ## PRODUCES\r
+  gEfiCpuArchProtocolGuid                       ## CONSUMES\r
+  gEfiDevicePathProtocolGuid                    ## CONSUMES\r
+  gEfiLoadedImageProtocolGuid                   ## PRODUCES\r
+  gEfiHiiPackageListProtocolGuid                ## SOMETIMES_PRODUCES\r
+  gEfiEbcProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid         ## PRODUCES\r
+  gEfiSmmBase2ProtocolGuid                      ## SOMETIMES_CONSUMES\r
+\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport         ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressBootTimeCodePageNumber    ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressRuntimeCodePageNumber     ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable            ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress         ## CONSUMES\r
+  
\ No newline at end of file