]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Update ConPlatform driver to support GOP driver which creates multiple children.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
7772b176 2# Console Platfrom DXE Driver that specifies whether device can be used as console\r
3# input/output device or error output device and update global variables accordingly.\r
95276127 4#\r
e5eed7d3 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
95276127 6#\r
e5eed7d3 7# This program and the accompanying materials\r
95276127 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
6bfbb5f0 15##\r
95276127 16\r
95276127 17[Defines]\r
18 INF_VERSION = 0x00010005\r
51d5c5d7 19 BASE_NAME = ConPlatformDxe\r
95276127 20 FILE_GUID = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
95276127 23 ENTRY_POINT = InitializeConPlatform\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
d354ab7f 30# DRIVER_BINDING = gConPlatformTextInDriverBinding\r
31# COMPONENT_NAME = gConPlatformComponentName\r
32# COMPONENT_NAME2 = gConPlatformComponentName2\r
33# DRIVER_BINDING = gConPlatformTextOutDriverBinding\r
34# COMPONENT_NAME = gConPlatformComponentName\r
35# COMPONENT_NAME2 = gConPlatformComponentName2\r
95276127 36#\r
37\r
6bfbb5f0 38[Sources]\r
95276127 39 ComponentName.c\r
95276127 40 ConPlatform.h\r
41 ConPlatform.c\r
95276127 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
623ad724 45 MdeModulePkg/MdeModulePkg.dec\r
95276127 46\r
95276127 47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 DevicePathLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiBootServicesTableLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
56\r
95276127 57[Guids]\r
7772b176 58 ##\r
59 # This is the VendorGuid of all architecturally defined variables in UEFI spec.\r
60 #\r
61 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ConIn"\r
62 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ConOut"\r
63 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ErrOut"\r
64 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ConInDev"\r
65 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ConOutDev"\r
66 gEfiGlobalVariableGuid ## CONSUMES ## Variable:L"ErrOutDev"\r
67 ##\r
68 # This GUID is used to specify the device is the standard error device.\r
69 # If the device is a standard error device, this GUID as the protocol GUID will be installed\r
70 # onto this device handle.\r
71 #\r
72 gEfiStandardErrorDeviceGuid ## PROTOCOL\r
73 ##\r
74 # This GUID is used to specify the device is the console output device.\r
75 # If the device is a console output device, this GUID as the protocol GUID will be installed\r
76 # onto this device handle.\r
77 #\r
78 gEfiConsoleOutDeviceGuid ## PROTOCOL\r
79 ##\r
80 # This GUID is used to specify the device is the console input device.\r
81 # If the device is a console input device, this GUID as the protocol GUID will be installed\r
82 # onto this device handle.\r
83 #\r
84 gEfiConsoleInDeviceGuid ## PROTOCOL\r
8d4cd915 85\r
86[Protocols]\r
87 gEfiDevicePathProtocolGuid ## TO_START\r
88 gEfiSimpleTextInProtocolGuid ## TO_START\r
89 gEfiSimpleTextOutProtocolGuid ## TO_START\r
5b7183ef
RN
90 gEfiPciIoProtocolGuid ## TO_START\r
91 gEfiGraphicsOutputProtocolGuid ## TO_START