]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.inf
Adjust directory structures.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitter.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
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = ConSplitter\r
25 FILE_GUID = 408edcec-cf6d-477c-a5a8-b4844e3de281\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31 ENTRY_POINT = InitializeConSplitter\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38# DRIVER_BINDING = gConSplitterConInDriverBinding \r
39# COMPONENT_NAME = gConSplitterConInComponentName \r
40# DRIVER_BINDING = gConSplitterSimplePointerDriverBinding \r
41# COMPONENT_NAME = gConSplitterSimplePointerComponentName \r
42# DRIVER_BINDING = gConSplitterConOutDriverBinding \r
43# COMPONENT_NAME = gConSplitterConOutComponentName \r
44# DRIVER_BINDING = gConSplitterStdErrDriverBinding \r
45# COMPONENT_NAME = gConSplitterStdErrComponentName \r
46#\r
47\r
95276127 48[Sources.common]\r
49 ConSplitterGraphics.c\r
50 ComponentName.c\r
51 ConSplitter.h\r
52 ConSplitter.c\r
95276127 53\r
54[Packages]\r
55 MdePkg/MdePkg.dec\r
95276127 56\r
57[LibraryClasses]\r
58 UefiBootServicesTableLib\r
59 MemoryAllocationLib\r
60 BaseMemoryLib\r
61 BaseLib\r
62 UefiLib\r
63 UefiDriverEntryPoint\r
64 DebugLib\r
65\r
95276127 66[Guids]\r
67 gEfiConsoleInDeviceGuid # ALWAYS_CONSUMED\r
68 gEfiStandardErrorDeviceGuid # ALWAYS_CONSUMED\r
69 gEfiConsoleOutDeviceGuid # ALWAYS_CONSUMED\r
70 gEfiPrimaryConsoleOutDeviceGuid # ALWAYS_PRODUCED\r
71 gEfiPrimaryConsoleInDeviceGuid # ALWAYS_PRODUCED\r
72 gEfiPrimaryStandardErrorDeviceGuid # ALWAYS_PRODUCED\r
73\r
95276127 74[Protocols]\r
75 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
76 gEfiSimplePointerProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
77 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
78 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
79 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
80 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
81\r