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