]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
1)Global variables have been moved backward ahead of functions.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatformDxe.inf
1 #/** @file
2 # Console Platfrom DXE Driver, install Console protocols and updates environment variables.
3 #
4 # Copyright (c) 2006 - 2008, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ConPlatformDxe
19 FILE_GUID = 51ccf399-4fdf-4e55-a45b-e123f84d456a
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = InitializeConPlatform
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29 # DRIVER_BINDING = gConPlatformTextInDriverBinding
30 # COMPONENT_NAME = gConPlatformComponentName
31 # COMPONENT_NAME2 = gConPlatformComponentName2
32 # DRIVER_BINDING = gConPlatformTextOutDriverBinding
33 # COMPONENT_NAME = gConPlatformComponentName
34 # COMPONENT_NAME2 = gConPlatformComponentName2
35 #
36
37 [Sources.common]
38 ComponentName.c
39 ConPlatform.h
40 ConPlatform.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 MemoryAllocationLib
48 DevicePathLib
49 UefiRuntimeServicesTableLib
50 UefiBootServicesTableLib
51 BaseMemoryLib
52 UefiLib
53 UefiDriverEntryPoint
54 DebugLib
55
56 [Guids]
57 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"
58
59 [Protocols]
60 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
61 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
62 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START
63
64 [Guids]
65 gEfiHotPlugDeviceGuid
66 gEfiStandardErrorDeviceGuid
67 gEfiConsoleOutDeviceGuid
68 gEfiConsoleInDeviceGuid
69