]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain.inf
INF head modified
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain.inf
index 3b8519b6dbfe4e3f7fdd3954f3a6fd6525ccb9fa..a5f0331a37e065db72777949daa8965dd25a8090 100644 (file)
@@ -1,47 +1,40 @@
 #/** @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
+#  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 - 2008, Intel Corporation. <BR>\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
+#  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
+  PI_SPECIFICATION_VERSION       = 0x00010000\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
   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
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
   CacheMaintenanceLib\r
-  PeCoffLoaderLib\r
   UefiDecompressLib\r
-  CustomDecompressLib\r
   PerformanceLib\r
   HobLib\r
   BaseLib\r
   UefiLib\r
   DebugLib\r
   DxeCoreEntryPoint\r
+  PeCoffLib\r
+  ExtractGuidedSectionLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  DevicePathLib\r
+  ReportStatusCodeLib\r
+  TimerLib\r
 \r
 [Guids]\r
-  gEfiEventLegacyBootGuid                       # ALWAYS_CONSUMED\r
   gEfiEventReadyToBootGuid                      # ALWAYS_CONSUMED\r
   gEfiEventMemoryMapChangeGuid                  # ALWAYS_CONSUMED\r
   gEfiEventVirtualAddressChangeGuid             # ALWAYS_CONSUMED\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
   gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
   gEfiLoadedImageProtocolGuid                   # PROTOCOL ALWAYS_PRODUCED\r
   gEfiEbcProtocolGuid                           # PROTOCOL SOMETIMES_CONSUMED\r
-  gEfiSectionExtractionProtocolGuid             # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiTcgPlatformProtocolGuid\r
+  gEfiLoadedImageDevicePathProtocolGuid         # PROTOCOL ALWAYS_PRODUCED\r
+\r
+[FixedPcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeCoreEntry | 0x3041000          # EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_ENTRY_POINT\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeCoreHandoffToBds | 0x3041001   # EFI_SOFTWARE_DXE_CORE | EFI_SW_DXE_CORE_PC_HANDOFF_TO_NEXT\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueBootServiceExit | 0x3100019       # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverBegin | 0x3040002        # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_BEGIN\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueDxeDriverEnd | 0x3040003          # EFI_SOFTWARE_DXE_CORE | EFI_SW_PC_INIT_END\r
+\r
+[BuildOptions]\r
+  MSFT:*_*_*_CC_FLAGS     = /FAcs\r
+\r