X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FGraphicsLib%2FGraphics.c;h=0881c3d9656643a507a22a06ebb6096f07d349ec;hp=a90eb53c80fd68bf73c995f1630b8c104e766ff7;hb=3db510989eb500296c3f4839c427325a02aea2e3;hpb=351986ae7d534c9d032d2218ea1e9f5ce7d2ecf1 diff --git a/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c b/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c index a90eb53c80..0881c3d965 100644 --- a/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c +++ b/IntelFrameworkModulePkg/Library/GraphicsLib/Graphics.c @@ -1,4 +1,9 @@ -/*++ +/**@file + Support for Basic Graphics operations. + + BugBug: Currently *.BMP files are supported. This will be replaced + when Tiano graphics format is supported. + Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials @@ -9,19 +14,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - Graphics.c - -Abstract: - - Support for Basic Graphics operations. - - BugBug: Currently *.BMP files are supported. This will be replaced - when Tiano graphics format is supported. - ---*/ - +**/ // // Include common header file for this module.