]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
0da0de5e 2# This driver produces Debug Port protocol to be used by debug agent to communicate with\r
3# the remote debug host.\r
c1f23d63 4#\r
0da0de5e 5# This driver binds exclusively to a standard UART serial port on the controller handle,\r
6# and initializes serial Io interface, publishs Debug Port and Device Path Protocol.\r
6bfbb5f0 7# Copyright (c) 2006 - 2010, Intel Corporation\r
c1f23d63 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
c1f23d63 18\r
c1f23d63 19[Defines]\r
20 INF_VERSION = 0x00010005\r
51d5c5d7 21 BASE_NAME = DebugPortDxe\r
c1f23d63 22 FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322\r
23 MODULE_TYPE = UEFI_DRIVER\r
03d77031 24 VERSION_STRING = 1.0\r
c1f23d63 25 ENTRY_POINT = InitializeDebugPortDriver\r
26 UNLOAD_IMAGE = ImageUnloadHandler\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
d354ab7f 33# DRIVER_BINDING = gDebugPortDriverBinding\r
34# COMPONENT_NAME = gDebugPortComponentName\r
35# COMPONENT_NAME2 = gDebugPortComponentName2\r
c1f23d63 36# Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
37#\r
38#\r
39\r
6bfbb5f0 40[Sources]\r
c1f23d63 41 ComponentName.c\r
42 DebugPort.c\r
43 DebugPort.h\r
44\r
45\r
c1f23d63 46[Packages]\r
47 MdePkg/MdePkg.dec\r
48\r
49\r
c1f23d63 50[LibraryClasses]\r
51 DevicePathLib\r
52 UefiRuntimeServicesTableLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
03d77031 60[Guids]\r
61 gEfiDebugPortVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"\r
62 gEfiDebugPortDevicePathGuid ## SOMETIMES_CONSUMES ## GUID\r
c1f23d63 63\r
c1f23d63 64[Protocols]\r
03d77031 65 gEfiSerialIoProtocolGuid ## TO_START\r
66 gEfiDevicePathProtocolGuid ## BY_START\r
67 gEfiDebugPortProtocolGuid ## BY_START\r
c1f23d63 68\r