]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Guid/ShellAliasGuid.h
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / Include / Guid / ShellAliasGuid.h
diff --git a/ShellPkg/Include/Guid/ShellAliasGuid.h b/ShellPkg/Include/Guid/ShellAliasGuid.h
new file mode 100644 (file)
index 0000000..200e358
--- /dev/null
@@ -0,0 +1,25 @@
+/** @file\r
+  GUID for Shell Variable for Get/Set via runtime services.\r
+\r
+  Copyright (c) 2009 - 2010, 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 _SHELL_ALIAS_VARIABLE_GUID_H_\r
+#define _SHELL_ALIAS_VARIABLE_GUID_H_\r
+\r
+#define SHELL_ALIAS_VARIABLE_GUID \\r
+{ \\r
+  0x0053d9d6, 0x2659, 0x4599, { 0xa2, 0x6b, 0xef, 0x45, 0x36, 0xe6, 0x31, 0xa9 } \\r
+}\r
+\r
+extern EFI_GUID gShellAliasGuid;\r
+\r
+#endif
\ No newline at end of file