]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/PlatformLogo.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / PlatformLogo.h
index 477317388933864df3559b6f59fa38bec5bbbe17..3582ea26701dcbabe7a1231fb2dea54d38462199 100644 (file)
@@ -2,13 +2,13 @@
   The Platform Logo Protocol defines the interface to get the Platform logo\r
   image with the display attribute.\r
 \r
-Copyright (c) 2015 - 2016, 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
+Copyright (c) 2015 - 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
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \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
@@ -39,22 +39,17 @@ typedef enum {
 } EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE;\r
 \r
 /**\r
-\r
   Load a platform logo image and return its data and attributes.\r
 \r
   @param This              The pointer to this protocol instance.\r
   @param Instance          The visible image instance is found.\r
-  @param Format            The format of the image. Examples: BMP, JPEG.\r
-  @param ImageData         The image data for the badge file. Currently only \r
-                           supports the .bmp file format. \r
-  @param ImageSize         The size of the image returned.\r
+  @param Image             Points to the image.\r
   @param Attribute         The display attributes of the image returned.\r
   @param OffsetX           The X offset of the image regarding the Attribute.\r
   @param OffsetY           The Y offset of the image regarding the Attribute.\r
 \r
   @retval EFI_SUCCESS      The image was fetched successfully.\r
   @retval EFI_NOT_FOUND    The specified image could not be found.\r
-\r
 **/\r
 typedef\r
 EFI_STATUS\r