]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
95276127 22 ENTRY_POINT = InitializeConPlatform\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29# DRIVER_BINDING = gConPlatformTextInDriverBinding \r
30# COMPONENT_NAME = gConPlatformComponentName \r
31# DRIVER_BINDING = gConPlatformTextOutDriverBinding \r
32# COMPONENT_NAME = gConPlatformComponentName \r
33#\r
34\r
95276127 35[Sources.common]\r
36 ComponentName.c\r
95276127 37 ConPlatform.h\r
38 ConPlatform.c\r
95276127 39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
623ad724 42 MdeModulePkg/MdeModulePkg.dec\r
95276127 43\r
95276127 44[LibraryClasses]\r
45 MemoryAllocationLib\r
46 DevicePathLib\r
47 UefiRuntimeServicesTableLib\r
48 UefiBootServicesTableLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 UefiDriverEntryPoint\r
52 DebugLib\r
53\r
95276127 54[Guids]\r
55 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"\r
56\r
95276127 57[Protocols]\r
95276127 58 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
59 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START\r
60 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START\r
95276127 61\r
3bdcb969 62[Guids]\r
63 gEfiHotPlugDeviceGuid\r
64 gEfiStandardErrorDeviceGuid\r
65 gEfiConsoleOutDeviceGuid\r
66 gEfiConsoleInDeviceGuid\r
67