]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
1#/** @file\r
2#\r
3# Component description file for Terminal module.\r
4#\r
5# This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices).\r
6#\r
7# Copyright (c) 2006 - 2010, Intel Corporation\r
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
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = TerminalDxe\r
21 FILE_GUID = 9E863906-A40F-4875-977F-5B93FF237FC6\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
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
31# DRIVER_BINDING = gTerminalDriverBinding\r
32# COMPONENT_NAME = gTerminalComponentName\r
33# COMPONENT_NAME2 = gTerminalComponentName2\r
34#\r
35\r
36[Sources.common]\r
37 ComponentName.c\r
38 Vtutf8.c\r
39 Ansi.c\r
40 TerminalConOut.c\r
41 TerminalConIn.c\r
42 Terminal.c\r
43 Terminal.h\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
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
58 PcdLib\r
59 BaseLib\r
60\r
61[Guids]\r
62 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"ErrOutDev"\r
63 gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID\r
64 gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID\r
65 gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID\r
66 gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID\r
67\r
68[Protocols]\r
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
74\r
75[Pcd]\r
76 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
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