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