audk/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
qwang12 d42d853ee0 1) Enable GraphicsConsole module to support a legacy platform which only produce UGA protocol. Under such system, HiiFont->StringToImage is used to draw the string to blt buffer first. Then, UGA->Blt is used to draw to the physical devices.
2) Remove all references to EFI_SPECIFICATION_VERSION in *.c file as module in MdeModulePkg only support UEFI 2.1.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4739 6f19259b-4bc3-4df7-8a09-765794883524
2008-02-20 10:50:15 +00:00
..
ComponentName.c Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. 2007-10-11 03:36:31 +00:00
GraphicsConsole.c 1) Enable GraphicsConsole module to support a legacy platform which only produce UGA protocol. Under such system, HiiFont->StringToImage is used to draw the string to blt buffer first. Then, UGA->Blt is used to draw to the physical devices. 2008-02-20 10:50:15 +00:00
GraphicsConsole.h UEFI HII: Merge UEFI HII support changes from branch. 2008-01-21 14:39:56 +00:00
GraphicsConsoleDxe.inf 1) Enable GraphicsConsole module to support a legacy platform which only produce UGA protocol. Under such system, HiiFont->StringToImage is used to draw the string to blt buffer first. Then, UGA->Blt is used to draw to the physical devices. 2008-02-20 10:50:15 +00:00
GraphicsConsoleDxe.msa UEFI HII: Merge UEFI HII support changes from branch. 2008-01-21 14:39:56 +00:00
LaffStd.c Updated modules to not depend on the IntelFrameworkPkg. 2007-07-09 23:39:54 +00:00