]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
1#/** @file\r
2# Console Platfrom DXE Driver, install Console protocols and updates environment variables.\r
3#\r
4# Copyright (c) 2006 - 2008, Intel Corporation\r
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
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = ConPlatformDxe\r
19 FILE_GUID = 51ccf399-4fdf-4e55-a45b-e123f84d456a\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
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# COMPONENT_NAME2 = gConPlatformComponentName2\r
32# DRIVER_BINDING = gConPlatformTextOutDriverBinding\r
33# COMPONENT_NAME = gConPlatformComponentName\r
34# COMPONENT_NAME2 = gConPlatformComponentName2\r
35#\r
36\r
37[Sources.common]\r
38 ComponentName.c\r
39 ConPlatform.h\r
40 ConPlatform.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
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
56[Guids]\r
57 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"\r
58\r
59[Protocols]\r
60 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
61 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START\r
62 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START\r
63\r
64[Guids]\r
65 gEfiHotPlugDeviceGuid\r
66 gEfiStandardErrorDeviceGuid\r
67 gEfiConsoleOutDeviceGuid\r
68 gEfiConsoleInDeviceGuid\r
69