]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Code Scrub for ConPlatform.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
CommitLineData
95276127 1#/** @file\r
c5ed97f6 2# Console Platfrom DXE Driver, install Console protocols and updates environment variables.\r
95276127 3#\r
c5ed97f6 4# Copyright (c) 2006 - 2008, Intel Corporation\r
95276127 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
95276127 16[Defines]\r
17 INF_VERSION = 0x00010005\r
51d5c5d7 18 BASE_NAME = ConPlatformDxe\r
95276127 19 FILE_GUID = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = InitializeConPlatform\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gConPlatformTextInDriverBinding \r
33# COMPONENT_NAME = gConPlatformComponentName \r
34# DRIVER_BINDING = gConPlatformTextOutDriverBinding \r
35# COMPONENT_NAME = gConPlatformComponentName \r
36#\r
37\r
95276127 38[Sources.common]\r
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
58 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"\r
59\r
95276127 60[Protocols]\r
95276127 61 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
62 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START\r
63 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START\r
95276127 64\r
3bdcb969 65[Guids]\r
66 gEfiHotPlugDeviceGuid\r
67 gEfiStandardErrorDeviceGuid\r
68 gEfiConsoleOutDeviceGuid\r
69 gEfiConsoleInDeviceGuid\r
70