]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DxeMain.inf
Add dependency of DevicePathLib to DxeCore so that the internal device path related...
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DxeMain.inf
index 8e314c64aa0f600473fa8b7526956cc66e4164db..a6c8d5e3de4268fb6f0f13700693752f5bf4f837 100644 (file)
@@ -1,18 +1,18 @@
 #/** @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
+#  \r
+#    Component description file for DxeMain module.\r
+#  \r
+#   This module provide an DXE CIS compliant implementation of DXE Core.\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
@@ -26,7 +26,7 @@
 \r
   ENTRY_POINT                    = DxeMain\r
 \r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 \r
 [Sources.common]\r
   Library.h\r
@@ -73,7 +73,7 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   BaseMemoryLib\r
   CacheMaintenanceLib\r
@@ -87,6 +87,8 @@
   PeCoffLib\r
   ExtractGuidedSectionLib\r
   MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  DevicePathLib\r
 \r
 [Guids]\r
   gEfiEventLegacyBootGuid                       # 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