]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
ShellPkg: Add "dp" command library to ShellPkg.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Mar 2013 22:02:59 +0000 (22:02 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 4 Mar 2013 22:02:59 +0000 (22:02 +0000)
commitd41bc92c99edd0e22dd60b5a415539987a631234
tree3e4923543bfba445ae6d390582b2402f0a319ad6
parent365aa98a5dfba45b7ecfe04495cb28e9e05d2a45
ShellPkg: Add "dp" command library to ShellPkg.

This command is only included in the build with command line option "-D INCLUDE_DP".  The user must also update the DSC with appropriate library instances that match the platform for the build to succeed.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14160 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
ShellPkg/Library/UefiDpLib/Dp.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/Dp.h [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/DpInternal.h [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/DpProfile.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/DpTrace.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/DpUtilities.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/Literals.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/Literals.h [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/UefiDpLib.c [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/UefiDpLib.h [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/UefiDpLib.inf [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/UefiDpLib.uni [new file with mode: 0644]
ShellPkg/Library/UefiDpLib/readme.txt [new file with mode: 0644]
ShellPkg/ShellPkg.dsc