]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d
SZ
2# Platform console driver manages console devices.\r
3#\r
7772b176 4# Console Platfrom DXE Driver that specifies whether device can be used as console\r
5# input/output device or error output device and update global variables accordingly.\r
95276127 6#\r
6036e94d 7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
95276127 8#\r
e5eed7d3 9# This program and the accompanying materials\r
95276127 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
95276127 18\r
95276127 19[Defines]\r
20 INF_VERSION = 0x00010005\r
51d5c5d7 21 BASE_NAME = ConPlatformDxe\r
6036e94d 22 MODULE_UNI_FILE = ConPlatformDxe.uni\r
95276127 23 FILE_GUID = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
95276127 26 ENTRY_POINT = InitializeConPlatform\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
d354ab7f 33# DRIVER_BINDING = gConPlatformTextInDriverBinding\r
34# COMPONENT_NAME = gConPlatformComponentName\r
35# COMPONENT_NAME2 = gConPlatformComponentName2\r
36# DRIVER_BINDING = gConPlatformTextOutDriverBinding\r
37# COMPONENT_NAME = gConPlatformComponentName\r
38# COMPONENT_NAME2 = gConPlatformComponentName2\r
95276127 39#\r
40\r
6bfbb5f0 41[Sources]\r
95276127 42 ComponentName.c\r
95276127 43 ConPlatform.h\r
44 ConPlatform.c\r
95276127 45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
623ad724 48 MdeModulePkg/MdeModulePkg.dec\r
95276127 49\r
95276127 50[LibraryClasses]\r
51 MemoryAllocationLib\r
52 DevicePathLib\r
53 UefiRuntimeServicesTableLib\r
54 UefiBootServicesTableLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
95276127 60[Guids]\r
6036e94d 61 #\r
7772b176 62 # This is the VendorGuid of all architecturally defined variables in UEFI spec.\r
63 #\r
6036e94d
SZ
64 ## SOMETIMES_CONSUMES ## Variable:L"ConIn"\r
65 ## SOMETIMES_CONSUMES ## Variable:L"ConOut"\r
66 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut"\r
67 ## SOMETIMES_PRODUCES ## Variable:L"ConInDev"\r
68 ## SOMETIMES_PRODUCES ## Variable:L"ConOutDev"\r
69 ## SOMETIMES_PRODUCES ## Variable:L"ErrOutDev"\r
70 gEfiGlobalVariableGuid\r
71 #\r
7772b176 72 # This GUID is used to specify the device is the standard error device.\r
73 # If the device is a standard error device, this GUID as the protocol GUID will be installed\r
74 # onto this device handle.\r
75 #\r
6036e94d
SZ
76 gEfiStandardErrorDeviceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
77 #\r
7772b176 78 # This GUID is used to specify the device is the console output device.\r
79 # If the device is a console output device, this GUID as the protocol GUID will be installed\r
80 # onto this device handle.\r
81 #\r
6036e94d
SZ
82 gEfiConsoleOutDeviceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
83 #\r
7772b176 84 # This GUID is used to specify the device is the console input device.\r
85 # If the device is a console input device, this GUID as the protocol GUID will be installed\r
86 # onto this device handle.\r
87 #\r
6036e94d 88 gEfiConsoleInDeviceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # protocol GUID installed on device handle\r
8d4cd915 89\r
90[Protocols]\r
91 gEfiDevicePathProtocolGuid ## TO_START\r
92 gEfiSimpleTextInProtocolGuid ## TO_START\r
93 gEfiSimpleTextOutProtocolGuid ## TO_START\r
6036e94d
SZ
94 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMES\r
95 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES\r
96\r
97[UserExtensions.TianoCore."ExtraFiles"]\r
98 ConPlatformDxeExtra.uni