]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
Code scrub for Universal\Console\TerminalDxe.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / TerminalDxe / TerminalDxe.inf
CommitLineData
95276127 1#/** @file\r
11baadb6 2# \r
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
6# \r
7# Copyright (c) 2006 - 2008, 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
623ad724 47 MdeModulePkg/MdeModulePkg.dec\r
95276127 48\r
49[LibraryClasses]\r
50 DevicePathLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 ReportStatusCodeLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
97a079ed 59 PcdLib\r
66aa04e4 60 BaseLib\r
95276127 61\r
62[Guids]\r
63 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOutDev"\r
64 gEfiVTUTF8Guid # SOMETIMES_CONSUMED\r
65 gEfiVT100Guid # SOMETIMES_CONSUMED\r
66 gEfiVT100PlusGuid # SOMETIMES_CONSUMED\r
67 gEfiPcAnsiGuid # SOMETIMES_CONSUMED\r
66aa04e4 68 gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED\r
95276127 69 gEfiHotPlugDeviceGuid # PROTOCOL SOMETIMES_CONSUMED\r
3bdcb969 70 \r
71[Protocols]\r
95276127 72 gEfiSerialIoProtocolGuid # PROTOCOL TO_START\r
73 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
74 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
66aa04e4 75 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START\r
95276127 76 gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START\r
77\r
b3af5df6 78[Pcd]\r
79 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError\r
80 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset\r
81 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError\r
82 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError\r
e8cb61fe 83 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType\r
6b88ceec 84 \r