]> git.proxmox.com Git - mirror_edk2.git/blob - 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
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 # DRIVER_BINDING = gConPlatformTextOutDriverBinding
32 # COMPONENT_NAME = gConPlatformComponentName
33 #
34
35 [Sources.common]
36 ComponentName.c
37 ConPlatform.h
38 ConPlatform.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 MemoryAllocationLib
46 DevicePathLib
47 UefiRuntimeServicesTableLib
48 UefiBootServicesTableLib
49 BaseMemoryLib
50 UefiLib
51 UefiDriverEntryPoint
52 DebugLib
53
54 [Guids]
55 gEfiGlobalVariableGuid # SOMETIMES_CONSUMED L"ErrOut"
56
57 [Protocols]
58 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
59 gEfiSimpleTextInProtocolGuid # PROTOCOL TO_START
60 gEfiSimpleTextOutProtocolGuid # PROTOCOL TO_START
61
62 [Guids]
63 gEfiHotPlugDeviceGuid
64 gEfiStandardErrorDeviceGuid
65 gEfiConsoleOutDeviceGuid
66 gEfiConsoleInDeviceGuid
67