]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain.inf
Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain.inf
index b749185e5014919d7e4f91269b8b9680484a04db..a5b90cf1dd732e2d3bd1d36837feee10f6f74985 100644 (file)
@@ -2,7 +2,7 @@
 #  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
+#  Copyright (c) 2006 - 2010, 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
@@ -32,7 +32,6 @@
 [Sources.common]\r
   DxeMain.h\r
   SectionExtraction/CoreSectionExtraction.c\r
-  Image/ImageFile.c\r
   Image/Image.c\r
   Image/Image.h\r
   Misc/DebugImageInfo.c\r
@@ -89,6 +88,7 @@
   DevicePathLib\r
   ReportStatusCodeLib\r
   TimerLib\r
+  DxeServicesLib\r
 \r
 [Guids]\r
   gEfiEventMemoryMapChangeGuid                  ## CONSUMES ## Event\r
   gAprioriGuid                                  ## CONSUMES ## GUID\r
   gEfiDebugImageInfoTableGuid                   ## CONSUMES ## GUID\r
   gEfiHobListGuid                               ## CONSUMES ## GUID\r
-  gEfiDxeServicesTableGuid                      ## CONSUMES ## GUID    \r
+  gEfiDxeServicesTableGuid                      ## CONSUMES ## GUID\r
   gEfiMemoryTypeInformationGuid                 ## CONSUMES ## GUID\r
+  gEfiEventDxeDispatchGuid                      ## CONSUMES ## GUID\r
+  \r
 \r
 [Protocols]\r
   gEfiStatusCodeRuntimeProtocolGuid             ## SOMETIMES_CONSUMES\r
   gEfiCapsuleArchProtocolGuid                   ## CONSUMES\r
   gEfiDecompressProtocolGuid                    ## CONSUMES\r
-  gEfiLoadPeImageProtocolGuid                   ## PRODUCES\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
   gEfiCpuArchProtocolGuid                       ## CONSUMES\r
   gEfiDevicePathProtocolGuid                    ## CONSUMES\r
   gEfiLoadedImageProtocolGuid                   ## PRODUCES\r
+  gEfiHiiPackageListProtocolGuid                ## SOMETIMES_PRODUCES\r
   gEfiEbcProtocolGuid                           ## SOMETIMES_CONSUMES\r
   gEfiLoadedImageDevicePathProtocolGuid         ## PRODUCES\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     = /FAsc\r
-\r
+[FeaturePcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport         ## CONSUMES\r