]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/PlatformLogo.h: Correct function header comments
authorRuiyu Ni <ruiyu.ni@intel.com>
Sat, 24 Feb 2018 07:46:52 +0000 (15:46 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 28 Feb 2018 07:30:25 +0000 (15:30 +0800)
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Include/Protocol/PlatformLogo.h

index 477317388933864df3559b6f59fa38bec5bbbe17..c25e7b04cbd62b5d95c538fdac7ab40590f37822 100644 (file)
@@ -2,7 +2,7 @@
   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
+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
@@ -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