summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-29 19:31:18 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-29 19:31:18 +0000
commit980d554e3ab6457a4f7a455fabcc297d6e93547f (patch)
tree3e7e650a2a805f1900116fe0a06438119010fc4d /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
parent64d753f12d74b683b52862b7a4403fa2cd56a171 (diff)
downloadedk2-980d554e3ab6457a4f7a455fabcc297d6e93547f.tar.gz
edk2-980d554e3ab6457a4f7a455fabcc297d6e93547f.tar.bz2
edk2-980d554e3ab6457a4f7a455fabcc297d6e93547f.zip
smbiosview - add user input verification.
HexEdit/Edit - More user input verification for HexEdit. - updated title bar refreshment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11448 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf70
1 files changed, 35 insertions, 35 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
index f83785b071..ae600a4743 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
@@ -41,13 +41,13 @@
Pci.h
DmpStore.c
Dblk.c
- ./SmbiosView/EventLogInfo.c
- ./SmbiosView/PrintInfo.c
- ./SmbiosView/QueryTable.c
- ./SmbiosView/SmbiosView.c
- ./SmbiosView/Smbios.c
- ./SmbiosView/SmbiosViewStrings.uni
- ./SmbiosView/LibSmbiosView.c
+ SmbiosView/EventLogInfo.c
+ SmbiosView/PrintInfo.c
+ SmbiosView/QueryTable.c
+ SmbiosView/SmbiosView.c
+ SmbiosView/Smbios.c
+ SmbiosView/SmbiosViewStrings.uni
+ SmbiosView/LibSmbiosView.c
UefiShellDebug1CommandsLib.c
UefiShellDebug1CommandsLib.h
UefiShellDebug1CommandsLib.uni
@@ -63,36 +63,36 @@
EditMenuBar.c
## Files specific to the text editor
- ./Edit/Edit.c
- ./Edit/TextEditor.h
- ./Edit/TextEditorTypes.h
- ./Edit/FileBuffer.h
- ./Edit/FileBuffer.c
- ./Edit/MainTextEditor.h
- ./Edit/MainTextEditor.c
- ./Edit/Misc.h
- ./Edit/Misc.c
- ./Edit/TextEditStrings.uni
+ Edit/Edit.c
+ Edit/TextEditor.h
+ Edit/TextEditorTypes.h
+ Edit/FileBuffer.h
+ Edit/FileBuffer.c
+ Edit/MainTextEditor.h
+ Edit/MainTextEditor.c
+ Edit/Misc.h
+ Edit/Misc.c
+ Edit/TextEditStrings.uni
## Files specific to the HEX editor
- ./HexEdit/BufferImage.h
- ./HexEdit/BufferImage.c
- ./HexEdit/Clipboard.h
- ./HexEdit/Clipboard.c
- ./HexEdit/DiskImage.h
- ./HexEdit/DiskImage.c
- ./HexEdit/FileImage.h
- ./HexEdit/FileImage.c
- ./HexEdit/HexEdit.c
- ./HexEdit/HexEditor.h
- ./HexEdit/HexEditorTypes.h
- ./HexEdit/HexeditStrings.uni
- ./HexEdit/MainHexEditor.h
- ./HexEdit/MainHexEditor.c
- ./HexEdit/MemImage.h
- ./HexEdit/MemImage.c
- ./HexEdit/Misc.h
- ./HexEdit/Misc.c
+ HexEdit/BufferImage.h
+ HexEdit/BufferImage.c
+ HexEdit/Clipboard.h
+ HexEdit/Clipboard.c
+ HexEdit/DiskImage.h
+ HexEdit/DiskImage.c
+ HexEdit/FileImage.h
+ HexEdit/FileImage.c
+ HexEdit/HexEdit.c
+ HexEdit/HexEditor.h
+ HexEdit/HexEditorTypes.h
+ HexEdit/HexeditStrings.uni
+ HexEdit/MainHexEditor.h
+ HexEdit/MainHexEditor.c
+ HexEdit/MemImage.h
+ HexEdit/MemImage.c
+ HexEdit/Misc.h
+ HexEdit/Misc.c
[Packages]
MdePkg/MdePkg.dec