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