]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dec
Update Browser to provide the customization possibilities.
authorEric Dong <eric.dong@intel.com>
Mon, 12 Aug 2013 02:19:56 +0000 (02:19 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 12 Aug 2013 02:19:56 +0000 (02:19 +0000)
commit7c6c064ca8ebb5baf5104e8a4764cd3c19ef8bf1
treececd3553e4546a79345539e143df880bf3b7b91b
parent253616154506e17ebd02c076f240748f57e36ac2
Update Browser to provide the customization possibilities.

Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14540 6f19259b-4bc3-4df7-8a09-765794883524
25 files changed:
MdeModulePkg/Include/Library/CustomizedDisplayLib.h [new file with mode: 0644]
MdeModulePkg/Include/Protocol/DisplayProtocol.h [new file with mode: 0644]
MdeModulePkg/Include/Protocol/FormBrowserEx2.h [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/Colors.h [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.uni [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.c [new file with mode: 0644]
MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.h [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplayStr.uni [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/Print.c [new file with mode: 0644]
MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c [new file with mode: 0644]
MdeModulePkg/Universal/SetupBrowserDxe/Expression.c
MdeModulePkg/Universal/SetupBrowserDxe/Expression.h [new file with mode: 0644]
MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf