]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditor.h
add Edit and HexEdit commands.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / HexEditor.h
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditor.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditor.h
new file mode 100644 (file)
index 0000000..d0a4bf4
--- /dev/null
@@ -0,0 +1,41 @@
+/** @file\r
+  Main include file for hex editor\r
+  \r
+  Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef _EFI_SHELL_HEXEDIT_H_\r
+#define _EFI_SHELL_HEXEDIT_H_\r
+\r
+#include "UefiShellDebug1CommandsLib.h"\r
+#include "HexEditorTypes.h"\r
+\r
+#include "MainHexEditor.h"\r
+\r
+#include "BufferImage.h"\r
+#include "FileImage.h"\r
+#include "DiskImage.h"\r
+#include "MemImage.h"\r
+\r
+#include "EditTitleBar.h"\r
+#include "EditStatusBar.h"\r
+#include "EditInputBar.h"\r
+#include "EditMenuBar.h"\r
+\r
+#include "Misc.h"\r
+\r
+#include "Clipboard.h"\r
+\r
+extern HEFI_EDITOR_GLOBAL_EDITOR  HMainEditor;\r
+extern BOOLEAN                    HEditorFirst;\r
+extern BOOLEAN                    HEditorExit;\r
+\r
+#endif // _HEDITOR_H\r