]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/GraphicsLib/Graphics.c
Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h in header...
[mirror_edk2.git] / MdeModulePkg / Library / GraphicsLib / Graphics.c
index cdddfb6c500b99868dcbf07b30842bece1d42f0a..75aa91dc6c2f1a5e29a55f68428da166816ea409 100644 (file)
@@ -16,13 +16,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 \r
-#include <Uefi.h>\r
+#include <PiDxe.h>\r
 \r
 #include <Protocol/SimpleTextOut.h>\r
 #include <Protocol/OEMBadging.h>\r
 #include <Protocol/ConsoleControl.h>\r
 #include <Protocol/GraphicsOutput.h>\r
-#include <Protocol/FirmwareVolume2.h>\r
 #include <Protocol/UgaDraw.h>\r
 #include <Protocol/HiiFont.h>\r
 #include <Protocol/HiiImage.h>\r
@@ -312,8 +311,7 @@ ConvertBmpToGopBlt (
 \r
   @param  Password        Password used to lock ConIn device.\r
 \r
-  @retval EFI_SUCCESS     ConsoleControl has been flipped to graphics and logo\r
-                          displayed.\r
+  @retval EFI_SUCCESS     lock the Console In Spliter virtual handle successfully.\r
   @retval EFI_UNSUPPORTED Password not found.\r
 \r
 **/\r
@@ -845,7 +843,7 @@ Error:
 }\r
 \r
 /**\r
-  Print to graphics screen at the given X,Y coordinates of the graphics screen.\r
+  Print Unicode string to graphics screen at the given X,Y coordinates of the graphics screen.\r
   see definition of Print to find rules for constructing Fmt.\r
 \r
   @param  X            Row to start printing at.\r