]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/BaseShellLib/BaseShellLib.c
fixed to build under IPF.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 18:02:16 +0000 (18:02 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 18:02:16 +0000 (18:02 +0000)
commitd2b4564ba50b095d5a5e00b9c7bebef004967d5e
treef646839a453fb83c6c094a876bcbbfac5916834a
parent446b94b0a1b98635d7db21d67fff158c6f153de4
fixed to build under IPF.
Refactored some commands into FileHandleLib since they are used in many binaries.
Added .h for GUID that was missing.
Added PCD for initialization of shell apps and shell itself in shell library interaction.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8295 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
ShellPkg/Application/ShellLibTestApp/sa3.c
ShellPkg/Include/Guid/ShellEnvironment2Ext.h [new file with mode: 0644]
ShellPkg/Include/Guid/ShellPkgTokenSpace.h [new file with mode: 0644]
ShellPkg/Include/Library/FileHandleLib.h [new file with mode: 0644]
ShellPkg/Include/Library/ShellLib.h
ShellPkg/Include/Protocol/EfiShell.h
ShellPkg/Include/Protocol/EfiShellEnvironment2.h
ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.c [new file with mode: 0644]
ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf [new file with mode: 0644]
ShellPkg/Library/BaseShellLib/BaseShellLib.c
ShellPkg/Library/BaseShellLib/BaseShellLib.h [new file with mode: 0644]
ShellPkg/Library/BaseShellLib/BaseShellLib.inf
ShellPkg/ShellPkg.dec
ShellPkg/ShellPkg.dsc