]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditorTypes.h
add Edit and HexEdit commands.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Mar 2011 21:15:07 +0000 (21:15 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Mar 2011 21:15:07 +0000 (21:15 +0000)
commit632820d1cf1ce7a18ef354255eaeae6fdbf383b9
tree4bae0e4268fdf79eb2f3aa8035b413c95cb28f10
parent5a0fe66eda4a187724b0eb9d660ab21296178af5
add Edit and HexEdit commands.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11436 6f19259b-4bc3-4df7-8a09-765794883524
28 files changed:
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditStrings.uni [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditor.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditorTypes.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEdit.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditor.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexeditStrings.uni [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.h [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c [new file with mode: 0644]
ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h [new file with mode: 0644]