]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Guid/PcAnsi.h
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / Include / Guid / PcAnsi.h
diff --git a/BaseTools/Source/C/Include/Guid/PcAnsi.h b/BaseTools/Source/C/Include/Guid/PcAnsi.h
new file mode 100644 (file)
index 0000000..9084d99
--- /dev/null
@@ -0,0 +1,61 @@
+/** @file\r
+  Terminal Device Path Vendor Guid.\r
+\r
+  Copyright (c) 2006 - 2008, Intel Corporation  All rights reserved.\r
+\r
+  This program and the accompanying materials are licensed and made available\r
+  under the terms and conditions of the BSD License which accompanies this\r
+  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
+  File Name: PcAnsi.h\r
+\r
+  @par Revision Reference:\r
+  GUIDs defined in UEFI 2.0 spec.\r
+\r
+**/\r
+\r
+#ifndef __PC_ANSI_H__\r
+#define __PC_ANSI_H__\r
+\r
+#define EFI_PC_ANSI_GUID \\r
+  { \\r
+    0xe0c14753, 0xf9be, 0x11d2, {0x9a, 0x0c, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
+  }\r
+\r
+#define EFI_VT_100_GUID \\r
+  { \\r
+    0xdfa66065, 0xb419, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
+  }\r
+\r
+#define EFI_VT_100_PLUS_GUID \\r
+  { \\r
+    0x7baec70b, 0x57e0, 0x4c76, {0x8e, 0x87, 0x2f, 0x9e, 0x28, 0x08, 0x83, 0x43 } \\r
+  }\r
+\r
+#define EFI_VT_UTF8_GUID \\r
+  { \\r
+    0xad15a0d6, 0x8bec, 0x4acf, {0xa0, 0x73, 0xd0, 0x1d, 0xe7, 0x7e, 0x2d, 0x88 } \\r
+  }\r
+\r
+#define EFI_UART_DEVICE_PATH_GUID \\r
+  { \\r
+    0x37499a9d, 0x542f, 0x4c89, {0xa0, 0x26, 0x35, 0xda, 0x14, 0x20, 0x94, 0xe4 } \\r
+  }\r
+  \r
+#define EFI_SAS_DEVICE_PATH_GUID \\r
+  { \\r
+    0xd487ddb4, 0x008b, 0x11d9, {0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d } \\r
+  }\r
+\r
+extern EFI_GUID gEfiPcAnsiGuid;\r
+extern EFI_GUID gEfiVT100Guid;\r
+extern EFI_GUID gEfiVT100PlusGuid;\r
+extern EFI_GUID gEfiVTUTF8Guid;\r
+extern EFI_GUID gEfiUartDevicePathGuid;\r
+extern EFI_GUID gEfiSasDevicePathGuid;\r
+\r
+#endif\r