]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/BootLogoLib.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Library / BootLogoLib.h
index b39d61b7c3e5a771d335e6a7ad37f3c361d00359..4f017afd5c9f87fd91a1b67573595bc413b76b7f 100644 (file)
@@ -2,7 +2,7 @@
   This library is only intended to be used by PlatformBootManagerLib\r
   to show progress bar and LOGO.\r
 \r
-Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under\r
 the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
@@ -17,32 +17,20 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _BOOT_LOGO_LIB_H_\r
 \r
 #include <Protocol/PlatformLogo.h>\r
+#include <Protocol/GraphicsOutput.h>\r
 \r
 /**\r
-  Show LOGO on all consoles.\r
-\r
-  @param[in]  ImageFormat Format of the image file.\r
-  @param[in]  LogoFile    The file name of logo to display.\r
-  @param[in]  Attribute   The display attributes of the image returned.\r
-  @param[in]  OffsetX     The X offset of the image regarding the Attribute.\r
-  @param[in]  OffsetY     The Y offset of the image regarding the Attribute.\r
-\r
-  @retval EFI_SUCCESS     Logo was displayed.\r
-  @retval EFI_UNSUPPORTED Logo was not found or cannot be displayed.\r
+  Show LOGO returned from Edkii Platform Logo protocol on all consoles.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
 BootLogoEnableLogo (\r
-  IN  IMAGE_FORMAT                          ImageFormat,\r
-  IN  EFI_GUID                              *Logo,\r
-  IN  EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE Attribute,\r
-  IN  INTN                                  OffsetX,\r
-  IN  INTN                                  OffsetY\r
+  VOID\r
   );\r
 \r
 \r
 /**\r
-  Use SystemTable ConOut to turn on video based Simple Text Out consoles. The \r
+  Use SystemTable ConOut to turn on video based Simple Text Out consoles. The\r
   Simple Text Out screens will now be synced up with all non-video output devices.\r
 \r
   @retval EFI_SUCCESS     UGA devices are back in text mode and synced up.\r