]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
remove some comments introduced by tools.
[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 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = InitializeDebugPortDriver
28 UNLOAD_IMAGE = ImageUnloadHandler
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35 # DRIVER_BINDING = gDebugPortDriverBinding
36 # COMPONENT_NAME = gDebugPortComponentName
37 # Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"
38 #
39 #
40
41 [Sources.common]
42 ComponentName.c
43 DebugPort.c
44 DebugPort.h
45
46
47 [Packages]
48 MdePkg/MdePkg.dec
49
50
51 [LibraryClasses]
52 DevicePathLib
53 UefiRuntimeServicesTableLib
54 UefiBootServicesTableLib
55 MemoryAllocationLib
56 BaseMemoryLib
57 UefiLib
58 UefiDriverEntryPoint
59 DebugLib
60
61
62 [Protocols]
63 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
64 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
65 gEfiSerialIoProtocolGuid # PROTOCOL TO_START
66 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
67 gEfiDebugPortProtocolGuid # PROTOCOL BY_START
68
69
70 [Depex]
71 TRUE
72