]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BdsDxe.inf
index 92a473769a31bdbb5fd3f4d910a200024ce4b092..e11c81d2d9961c626e308054a047c8ed51247021 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
+#\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
@@ -31,7 +31,7 @@
   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
@@ -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
   ## 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
   TRUE\r
 \r
 #\r
-# [BootMode] \r
+# [BootMode]\r
 #   FLASH_UPDATE    ## SOMETIMES_CONSUMES # Update Capsule Image\r
 #\r
 \r