]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterDxe.inf
CommitLineData
95276127 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
95276127 17[Defines]\r
18 INF_VERSION = 0x00010005\r
51d5c5d7 19 BASE_NAME = ConSplitterDxe\r
95276127 20 FILE_GUID = 408edcec-cf6d-477c-a5a8-b4844e3de281\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
cfc8865f 22 VERSION_STRING = 1.0 \r
415df2a3 23 ENTRY_POINT = ConSplitterDriverEntry\r
95276127 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
d0c64728 30# DRIVER_BINDING = gConSplitterConInDriverBinding\r
31# COMPONENT_NAME = gConSplitterConInComponentName\r
32# DRIVER_BINDING = gConSplitterSimplePointerDriverBinding\r
33# COMPONENT_NAME = gConSplitterSimplePointerComponentName\r
34# DRIVER_BINDING = gConSplitterConOutDriverBinding\r
35# COMPONENT_NAME = gConSplitterConOutComponentName\r
36# DRIVER_BINDING = gConSplitterStdErrDriverBinding\r
37# COMPONENT_NAME = gConSplitterStdErrComponentName\r
95276127 38#\r
39\r
95276127 40[Sources.common]\r
41 ConSplitterGraphics.c\r
42 ComponentName.c\r
43 ConSplitter.h\r
44 ConSplitter.c\r
95276127 45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
623ad724 48 MdeModulePkg/MdeModulePkg.dec\r
95276127 49\r
50[LibraryClasses]\r
51 UefiBootServicesTableLib\r
189eac21 52 UefiRuntimeServicesTableLib\r
95276127 53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 BaseLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
d0c64728 59 PcdLib\r
95276127 60\r
95276127 61[Guids]\r
62 gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED\r
63 gEfiStandardErrorDeviceGuid # ALWAYS_CONSUMED\r
64 gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED\r
65 gEfiPrimaryConsoleOutDeviceGuid # ALWAYS_PRODUCED\r
66 gEfiPrimaryConsoleInDeviceGuid # ALWAYS_PRODUCED\r
67 gEfiPrimaryStandardErrorDeviceGuid # ALWAYS_PRODUCED\r
66aa04e4 68 gSimpleTextInExNotifyGuid # ALWAYS_PRODUCED\r
189eac21 69 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
95276127 70\r
95276127 71[Protocols]\r
72 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
73 gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
74 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66aa04e4 75 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
95276127 76 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
77 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
78 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
d3f16117 79 gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
95276127 80\r
d0c64728 81[FeaturePcd.common]\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport\r
b3154720 84 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r