]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OldMdePkg/Include/Guid/PcAnsi.h
Adding top-level Conf directory for next generation of EDK II build infrastructure...
[mirror_edk2.git] / OldMdePkg / Include / Guid / PcAnsi.h
... / ...
CommitLineData
1/** @file\r
2 Terminal Device Path Vendor Guid.\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13 Module Name: PcAnsi.h\r
14\r
15 @par Revision Reference:\r
16 GUIDs defined in UEFI 2.0 spec.\r
17\r
18**/\r
19\r
20#ifndef __PC_ANSI_H__\r
21#define __PC_ANSI_H__\r
22\r
23#define EFI_PC_ANSI_GUID \\r
24 { \\r
25 0xe0c14753, 0xf9be, 0x11d2, {0x9a, 0x0c, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
26 }\r
27\r
28#define EFI_VT_100_GUID \\r
29 { \\r
30 0xdfa66065, 0xb419, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
31 }\r
32\r
33#define EFI_VT_100_PLUS_GUID \\r
34 { \\r
35 0x7baec70b, 0x57e0, 0x4c76, {0x8e, 0x87, 0x2f, 0x9e, 0x28, 0x08, 0x83, 0x43 } \\r
36 }\r
37\r
38#define EFI_VT_UTF8_GUID \\r
39 { \\r
40 0xad15a0d6, 0x8bec, 0x4acf, {0xa0, 0x73, 0xd0, 0x1d, 0xe7, 0x7e, 0x2d, 0x88 } \\r
41 }\r
42\r
43#define EFI_UART_DEVICE_PATH_GUID \\r
44 { \\r
45 0x37499a9d, 0x542f, 0x4c89, {0xa0, 0x26, 0x35, 0xda, 0x14, 0x20, 0x94, 0xe4 } \\r
46 }\r
47 \r
48#define EFI_SAS_DEVICE_PATH_GUID \\r
49 { \\r
50 0xd487ddb4, 0x008b, 0x11d9, {0xaf, 0xdc, 0x00, 0x10, 0x83, 0xff, 0xca, 0x4d } \\r
51 }\r
52\r
53extern EFI_GUID gEfiPcAnsiGuid;\r
54extern EFI_GUID gEfiVT100Guid;\r
55extern EFI_GUID gEfiVT100PlusGuid;\r
56extern EFI_GUID gEfiVTUTF8Guid;\r
57\r
58#endif\r