]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
code scrub for consplitter module.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterDxe.inf
1 #/** @file
2 # This driver provides multi console supports.
3 #
4 # This driver acts as a virtual console, takes over the console I/O control from selected
5 # standard console devices, and transmits console I/O to related console device drivers.
6 # Copyright (c) 2006 - 2008, Intel Corporation
7 #
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 = ConSplitterDxe
21 FILE_GUID = 408edcec-cf6d-477c-a5a8-b4844e3de281
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = ConSplitterDriverEntry
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 = gConSplitterConInDriverBinding
32 # COMPONENT_NAME = gConSplitterConInComponentName
33 # COMPONENT_NAME2 = gConSplitterConInComponentName2
34 # DRIVER_BINDING = gConSplitterSimplePointerDriverBinding
35 # COMPONENT_NAME = gConSplitterSimplePointerComponentName
36 # COMPONENT_NAME2 = gConSplitterSimplePointerComponentName2
37 # DRIVER_BINDING = gConSplitterConOutDriverBinding
38 # COMPONENT_NAME = gConSplitterConOutComponentName
39 # COMPONENT_NAME2 = gConSplitterConOutComponentName2
40 # DRIVER_BINDING = gConSplitterStdErrDriverBinding
41 # COMPONENT_NAME = gConSplitterStdErrComponentName
42 # COMPONENT_NAME2 = gConSplitterStdErrComponentName2
43 #
44
45 [Sources.common]
46 ConSplitterGraphics.c
47 ComponentName.c
48 ConSplitter.h
49 ConSplitter.c
50
51 [Packages]
52 MdePkg/MdePkg.dec
53 MdeModulePkg/MdeModulePkg.dec
54
55 [LibraryClasses]
56 UefiBootServicesTableLib
57 UefiRuntimeServicesTableLib
58 MemoryAllocationLib
59 BaseMemoryLib
60 BaseLib
61 UefiLib
62 UefiDriverEntryPoint
63 DebugLib
64 PcdLib
65
66 [Guids]
67 gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED
68 gEfiStandardErrorDeviceGuid # ALWAYS_CONSUMED
69 gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED
70 gEfiPrimaryConsoleOutDeviceGuid # ALWAYS_PRODUCED
71 gEfiPrimaryConsoleInDeviceGuid # ALWAYS_PRODUCED
72 gEfiPrimaryStandardErrorDeviceGuid # ALWAYS_PRODUCED
73 gSimpleTextInExNotifyGuid # ALWAYS_PRODUCED
74 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
75
76 [Protocols]
77 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_PRODUCED
78 gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
79 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_PRODUCED
80 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_PRODUCED
81 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_PRODUCED
82 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_PRODUCED
83 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_PRODUCED
84 gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
85
86 [FeaturePcd.common]
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
88 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport
89 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport