]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
Fix a typo in Pcd name
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / BdsDxe.inf
index c4c6b7fd8f6e9bb192e1c1444b41e15f2ea1ec94..32fda0fd433ed1146d06236087e270bc16f5b603 100644 (file)
@@ -1,23 +1,21 @@
 #/** @file\r
-# Component discription file for Bds module\r
-#\r
-# N/A\r
-# Copyright (c) 2008, 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
+#    Component discription file for Bds module\r
+#  \r
+#  Copyright (c) 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
+#  \r
 #**/\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = Bds\r
+  BASE_NAME                      = BdsDxe\r
   FILE_GUID                      = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
+  #\r
+  #This dependency is because of gEfiLegacyBiosProtocolGuid and gEfiDataHubProtocolGuid. It may be removed if a Library class is created to\r
+  #abstract away definition in Framework specification or PI spec incorporates the Legacy Booting Protocols and Data Hub Protocols.\r
+  #\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 \r
@@ -88,6 +90,7 @@
   HobLib\r
   UefiRuntimeServicesTableLib\r
   IfrSupportLib\r
+  ExtendedIfrSupportLib\r
   GenericBdsLib\r
   ReportStatusCodeLib\r
   PerformanceLib\r
   DebugLib\r
   PrintLib\r
   HiiLib\r
+  ExtendedHiiLib\r
   UefiDriverEntryPoint\r
   PlatformBdsLib\r
   CapsuleLib\r
   gEfiMemorySubClassGuid\r
   gEfiProcessorSubClassGuid\r
   gEfiCapsuleVendorGuid\r
-  \r
+\r
 [Protocols]\r
   gEfiHiiStringProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSimpleFileSystemProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
   gEfiLoadFileProtocolGuid                      # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiCpuIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
   gEfiBdsArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
   gEfiDataHubProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
   gEfiGenericMemTestProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiFormBrowser2ProtocolGuid                  # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSerialIoProtocolGuid                      # PROTOCOL ALWAYS_CONSUMED\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiAcpiS3SaveProtocolGuid\r
-  \r
+\r
 [FeaturePcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
 \r
 [Pcd.common]\r
   gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes\r