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