]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / TerminalDxe / TerminalDxe.inf
CommitLineData
95276127 1#/** @file\r
05b1c414 2#\r
11baadb6 3# Component description file for Terminal module.\r
95276127 4#\r
11baadb6 5# This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices).\r
05b1c414 6#\r
f9876ecf 7# Copyright (c) 2006 - 2010, Intel Corporation\r
95276127 8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
95276127 18[Defines]\r
19 INF_VERSION = 0x00010005\r
08523b0f 20 BASE_NAME = TerminalDxe\r
95276127 21 FILE_GUID = 9E863906-A40F-4875-977F-5B93FF237FC6\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
95276127 23 VERSION_STRING = 1.0\r
95276127 24 ENTRY_POINT = InitializeTerminal\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
d354ab7f 31# DRIVER_BINDING = gTerminalDriverBinding\r
32# COMPONENT_NAME = gTerminalComponentName\r
33# COMPONENT_NAME2 = gTerminalComponentName2\r
95276127 34#\r
35\r
95276127 36[Sources.common]\r
37 ComponentName.c\r
2b023999 38 Vtutf8.c\r
39 Ansi.c\r
95276127 40 TerminalConOut.c\r
41 TerminalConIn.c\r
42 Terminal.c\r
43 Terminal.h\r
95276127 44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
95276127 47\r
48[LibraryClasses]\r
49 DevicePathLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 ReportStatusCodeLib\r
55 UefiLib\r
56 UefiDriverEntryPoint\r
57 DebugLib\r
97a079ed 58 PcdLib\r
66aa04e4 59 BaseLib\r
95276127 60\r
61[Guids]\r
00bfdbe1 62 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"ErrOutDev"\r
63 gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID\r
64 gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID\r
05b1c414 65 gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID\r
00bfdbe1 66 gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID\r
05b1c414 67\r
3bdcb969 68[Protocols]\r
00bfdbe1 69 gEfiSerialIoProtocolGuid ## TO_START\r
70 gEfiDevicePathProtocolGuid ## TO_START\r
71 gEfiSimpleTextInProtocolGuid ## BY_START\r
72 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
73 gEfiSimpleTextOutProtocolGuid ## BY_START\r
95276127 74\r
b3af5df6 75[Pcd]\r
e8cb61fe 76 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
05b1c414 77\r
78# [Event]\r
79# ##\r
80# # Relative timer event set by UnicodeToEfiKey(), used to one 2 seconds input timeout.\r
81# #\r
82# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES\r
83#\r
84#\r