]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
Insert comments for functions/macros and add the file headers.
[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
d354ab7f 29# DRIVER_BINDING = gConPlatformTextInDriverBinding\r
30# COMPONENT_NAME = gConPlatformComponentName\r
31# COMPONENT_NAME2 = gConPlatformComponentName2\r
32# DRIVER_BINDING = gConPlatformTextOutDriverBinding\r
33# COMPONENT_NAME = gConPlatformComponentName\r
34# COMPONENT_NAME2 = gConPlatformComponentName2\r
95276127 35#\r
36\r
95276127 37[Sources.common]\r
38 ComponentName.c\r
95276127 39 ConPlatform.h\r
40 ConPlatform.c\r
95276127 41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
623ad724 44 MdeModulePkg/MdeModulePkg.dec\r
95276127 45\r
95276127 46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 UefiRuntimeServicesTableLib\r
50 UefiBootServicesTableLib\r
51 BaseMemoryLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55\r
95276127 56[Guids]\r
57 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"\r
58\r
95276127 59[Protocols]\r
95276127 60 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
61 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START\r
62 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START\r
95276127 63\r
3bdcb969 64[Guids]\r
65 gEfiHotPlugDeviceGuid\r
66 gEfiStandardErrorDeviceGuid\r
67 gEfiConsoleOutDeviceGuid\r
68 gEfiConsoleInDeviceGuid\r
69