]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BdsDxe.inf
index d8b845fcf8f85da3e410f87f4a40a8d5b02e54cf..7fec0c9fe3b40a8b8ef57dfbb2b0146e6c2d21f1 100644 (file)
@@ -1,28 +1,28 @@
 ## @file\r
 #  BDSDxe module is core driver for BDS phase.\r
 #\r
-#  When DxeCore dispatching all DXE driver, this module will produce architecture protocol \r
+#  When DxeCore dispatching all DXE driver, this module will produce architecture protocol\r
 #  gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry\r
 #  interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.\r
 #\r
-#  Generally, this module take reposiblity to connect all necessary devices for platform boot, \r
+#  Generally, this module take reposiblity to connect all necessary devices for platform boot,\r
 #  these boot device path are hold in PlatformBdsLib library instance produced by platform.\r
 #  For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.\r
-#  For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI, \r
+#  For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,\r
 #  EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.\r
 #\r
 #  BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which\r
 #  is used for user to configure boot option or maintain hardware device.\r
-#  \r
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  Copyright (c) 2008 - 2018, 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
+#\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
 [Defines]\r
   MODULE_UNI_FILE                = BdsDxe.uni\r
   FILE_GUID                      = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F\r
   MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0 \r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = BdsInitialize\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -91,7 +91,7 @@
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   DevicePathLib\r
   BaseLib\r
   CapsuleLib\r
   PcdLib\r
   UefiHiiServicesLib\r
-  \r
+\r
 [Guids]\r
   ## SOMETIMES_PRODUCES ## Variable:L"BootXXXX"          # Boot option variable\r
   ## SOMETIMES_PRODUCES ## Variable:L"DriverXXXX"        # Driver load option.\r
   gEfiGraphicsOutputProtocolGuid                ## SOMETIMES_CONSUMES\r
   ## CONSUMES\r
   ## NOTIFY\r
-  gEfiSimpleTextInputExProtocolGuid             \r
+  gEfiSimpleTextInputExProtocolGuid\r
   gEfiHiiConfigAccessProtocolGuid               ## SOMETIMES_PRODUCES\r
   gEfiFormBrowser2ProtocolGuid                  ## CONSUMES\r
   gEfiSerialIoProtocolGuid                      ## SOMETIMES_CONSUMES\r
   gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang       ## SOMETIMES_CONSUMES\r
   ## CONSUMES\r
   ## PRODUCES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel\r
+  gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow     ## PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn  ## PRODUCES\r
   ## SOMETIMES_CONSUMES\r
   ## SOMETIMES_PRODUCES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
   ## CONSUMES\r
   ## PRODUCES\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor   ## CONSUMES   \r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor   ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution  ## PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution    ## PRODUCES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand       ## SOMETIMES_CONSUMES\r
   ## CONSUMES\r
   ## SOMETIMES_PRODUCES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
   ## CONSUMES\r
   ## SOMETIMES_PRODUCES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution ## CONSUMES\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution            ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution              ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable                      ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r
 \r
 #\r
-# [BootMode] \r
+# [BootMode]\r
 #   FLASH_UPDATE    ## SOMETIMES_CONSUMES # Update Capsule Image\r
 #\r
 \r