]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
1)Global variables have been moved backward ahead of functions.
[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
cfc8865f 23 VERSION_STRING = 1.0 \r
c1f23d63 24 ENTRY_POINT = InitializeDebugPortDriver\r
25 UNLOAD_IMAGE = ImageUnloadHandler\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
d354ab7f 32# DRIVER_BINDING = gDebugPortDriverBinding\r
33# COMPONENT_NAME = gDebugPortComponentName\r
34# COMPONENT_NAME2 = gDebugPortComponentName2\r
c1f23d63 35# Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
36#\r
37#\r
38\r
c1f23d63 39[Sources.common]\r
40 ComponentName.c\r
41 DebugPort.c\r
42 DebugPort.h\r
43\r
44\r
c1f23d63 45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48\r
c1f23d63 49[LibraryClasses]\r
50 DevicePathLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 UefiDriverEntryPoint\r
57 DebugLib\r
58\r
59\r
c1f23d63 60[Protocols]\r
61 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiSerialIoProtocolGuid # PROTOCOL TO_START\r
64 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
65 gEfiDebugPortProtocolGuid # PROTOCOL BY_START\r
66\r
67\r
c1f23d63 68[Depex]\r
69 TRUE\r
70\r