]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This driver produces Debug Port protocol to be used by debug agent to communicate with the remote debug host.\r
c1f23d63 3#\r
0da0de5e 4# This driver binds exclusively to a standard UART serial port on the controller handle,\r
6036e94d
SZ
5# and initializes serial Io interface, publishs Debug Port and Device Path Protocol.\r
6#\r
de005223 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
c1f23d63 8#\r
e5eed7d3 9# This program and the accompanying materials\r
c1f23d63 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
6036e94d 22 MODULE_UNI_FILE = DebugPortDxe.uni\r
c1f23d63 23 FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322\r
24 MODULE_TYPE = UEFI_DRIVER\r
03d77031 25 VERSION_STRING = 1.0\r
c1f23d63 26 ENTRY_POINT = InitializeDebugPortDriver\r
27 UNLOAD_IMAGE = ImageUnloadHandler\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
c1f23d63 33#\r
d354ab7f 34# DRIVER_BINDING = gDebugPortDriverBinding\r
35# COMPONENT_NAME = gDebugPortComponentName\r
36# COMPONENT_NAME2 = gDebugPortComponentName2\r
c1f23d63 37# Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
38#\r
39#\r
40\r
6bfbb5f0 41[Sources]\r
c1f23d63 42 ComponentName.c\r
43 DebugPort.c\r
44 DebugPort.h\r
45\r
46\r
c1f23d63 47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50\r
c1f23d63 51[LibraryClasses]\r
52 DevicePathLib\r
53 UefiRuntimeServicesTableLib\r
54 UefiBootServicesTableLib\r
55 MemoryAllocationLib\r
56 BaseMemoryLib\r
57 UefiLib\r
58 UefiDriverEntryPoint\r
59 DebugLib\r
60\r
03d77031 61[Guids]\r
6036e94d
SZ
62 gEfiDebugPortVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"\r
63 gEfiDebugPortDevicePathGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Device path\r
c1f23d63 64\r
c1f23d63 65[Protocols]\r
03d77031 66 gEfiSerialIoProtocolGuid ## TO_START\r
67 gEfiDevicePathProtocolGuid ## BY_START\r
68 gEfiDebugPortProtocolGuid ## BY_START\r
c1f23d63 69\r
6036e94d
SZ
70[UserExtensions.TianoCore."ExtraFiles"]\r
71 DebugPortDxeExtra.uni\r