]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
1)Global variables have been moved backward ahead of functions.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterDxe.inf
1 #/** @file
2 # Component description file for ConSplitter module.
3 #
4 # Any Handle that attatched EFI_CONSOLE_IDENTIFIER_PROTOCOL can be bound by this driver.
5 # Copyright (c) 2006 - 2007, Intel Corporation
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = ConSplitterDxe
20 FILE_GUID = 408edcec-cf6d-477c-a5a8-b4844e3de281
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = ConSplitterDriverEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gConSplitterConInDriverBinding
31 # COMPONENT_NAME = gConSplitterConInComponentName
32 # COMPONENT_NAME2 = gConSplitterConInComponentName2
33 # DRIVER_BINDING = gConSplitterSimplePointerDriverBinding
34 # COMPONENT_NAME = gConSplitterSimplePointerComponentName
35 # COMPONENT_NAME2 = gConSplitterSimplePointerComponentName2
36 # DRIVER_BINDING = gConSplitterConOutDriverBinding
37 # COMPONENT_NAME = gConSplitterConOutComponentName
38 # COMPONENT_NAME2 = gConSplitterConOutComponentName2
39 # DRIVER_BINDING = gConSplitterStdErrDriverBinding
40 # COMPONENT_NAME = gConSplitterStdErrComponentName
41 # COMPONENT_NAME2 = gConSplitterStdErrComponentName2
42 #
43
44 [Sources.common]
45 ConSplitterGraphics.c
46 ComponentName.c
47 ConSplitter.h
48 ConSplitter.c
49
50 [Packages]
51 MdePkg/MdePkg.dec
52 MdeModulePkg/MdeModulePkg.dec
53
54 [LibraryClasses]
55 UefiBootServicesTableLib
56 UefiRuntimeServicesTableLib
57 MemoryAllocationLib
58 BaseMemoryLib
59 BaseLib
60 UefiLib
61 UefiDriverEntryPoint
62 DebugLib
63 PcdLib
64
65 [Guids]
66 gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED
67 gEfiStandardErrorDeviceGuid # ALWAYS_CONSUMED
68 gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED
69 gEfiPrimaryConsoleOutDeviceGuid # ALWAYS_PRODUCED
70 gEfiPrimaryConsoleInDeviceGuid # ALWAYS_PRODUCED
71 gEfiPrimaryStandardErrorDeviceGuid # ALWAYS_PRODUCED
72 gSimpleTextInExNotifyGuid # ALWAYS_PRODUCED
73 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED
74
75 [Protocols]
76 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_PRODUCED
77 gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
78 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_PRODUCED
79 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_PRODUCED
80 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_PRODUCED
81 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_PRODUCED
82 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_PRODUCED
83 gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED
84
85 [FeaturePcd.common]
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport
88 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport