]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
f993802156af3fa5ede7dfff8c2b13dcefd71653
[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 - 2010, 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]
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
48 [LibraryClasses]
49 DevicePathLib
50 UefiRuntimeServicesTableLib
51 UefiBootServicesTableLib
52 MemoryAllocationLib
53 BaseMemoryLib
54 ReportStatusCodeLib
55 UefiLib
56 UefiDriverEntryPoint
57 DebugLib
58 PcdLib
59 BaseLib
60
61 [Guids]
62 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"ErrOutDev"
63 gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID
64 gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID
65 gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID
66 gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID
67
68 [Protocols]
69 gEfiSerialIoProtocolGuid ## TO_START
70 gEfiDevicePathProtocolGuid ## TO_START
71 gEfiSimpleTextInProtocolGuid ## BY_START
72 gEfiSimpleTextInputExProtocolGuid ## BY_START
73 gEfiSimpleTextOutProtocolGuid ## BY_START
74
75 [Pcd]
76 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType
77
78 # [Event]
79 # ##
80 # # Relative timer event set by UnicodeToEfiKey(), used to one 2 seconds input timeout.
81 # #
82 # EVENT_TYPE_RELATIVE_TIMER ## PRODUCES
83 #
84 #