]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
1 #/** @file
2 # Component description file for DebugPort module.
3 #
4 # This driver binds exclusively to serial io on the controller handle,
5 # and initializes serial Io interface, publishs DebugPort and device path Protocol.
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DebugPortDxe
21 FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = InitializeDebugPortDriver
25 UNLOAD_IMAGE = ImageUnloadHandler
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32 # DRIVER_BINDING = gDebugPortDriverBinding
33 # COMPONENT_NAME = gDebugPortComponentName
34 # Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"
35 #
36 #
37
38 [Sources.common]
39 ComponentName.c
40 DebugPort.c
41 DebugPort.h
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47
48 [LibraryClasses]
49 DevicePathLib
50 UefiRuntimeServicesTableLib
51 UefiBootServicesTableLib
52 MemoryAllocationLib
53 BaseMemoryLib
54 UefiLib
55 UefiDriverEntryPoint
56 DebugLib
57
58
59 [Protocols]
60 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiSerialIoProtocolGuid # PROTOCOL TO_START
63 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
64 gEfiDebugPortProtocolGuid # PROTOCOL BY_START
65
66
67 [Depex]
68 TRUE
69