]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver produces Debug Port protocol to be used by debug agent to communicate with the remote debug host.\r
3#\r
4# This driver binds exclusively to a standard UART serial port on the controller handle,\r
5# and initializes serial Io interface, publishs Debug Port and Device Path Protocol.\r
6#\r
7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# 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
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DebugPortDxe\r
22 MODULE_UNI_FILE = DebugPortDxe.uni\r
23 FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
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
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gDebugPortDriverBinding\r
35# COMPONENT_NAME = gDebugPortComponentName\r
36# COMPONENT_NAME2 = gDebugPortComponentName2\r
37# Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
38#\r
39#\r
40\r
41[Sources]\r
42 ComponentName.c\r
43 DebugPort.c\r
44 DebugPort.h\r
45\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50\r
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
61[Guids]\r
62 gEfiDebugPortVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"DEBUGPORT"\r
63 gEfiDebugPortDevicePathGuid ## SOMETIMES_CONSUMES ## UNDEFINED # Device path\r
64\r
65[Protocols]\r
66 gEfiSerialIoProtocolGuid ## TO_START\r
67 gEfiDevicePathProtocolGuid ## BY_START\r
68 gEfiDebugPortProtocolGuid ## BY_START\r
69\r
70[UserExtensions.TianoCore."ExtraFiles"]\r
71 DebugPortDxeExtra.uni\r