]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
Add "Debug1" profile (all but Edit and HexEdit commands)
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Nov 2010 22:36:37 +0000 (22:36 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Nov 2010 22:36:37 +0000 (22:36 +0000)
commit5d73d92f560b079f41f62e91d15ddc1fda897867
tree28403d40ae491275f8aef640b0c520eb1483b995
parent75aadf59c3ca398fa7f8fc0db8b45b507da5ae8e
Add "Debug1" profile (all but Edit and HexEdit commands)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11068 6f19259b-4bc3-4df7-8a09-765794883524
35 files changed:
ShellPkg/Library/UefiShellDebug1CommandsLib/Bcfg.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SerMode.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbios.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/Smbios.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosViewStrings.uni [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/smbiosview.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni [new file with mode: 0644]