]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
1)Global variables have been moved backward ahead of functions.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugPortDxe / DebugPortDxe.inf
1 #/** @file
2 # Component description file for DebugPort module.
3 #
4 # This driver binds exclusively to serial io on the controller handle,
5 # and initializes serial Io interface, publishs DebugPort and device path Protocol.
6 # Copyright (c) 2006 - 2007, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DebugPortDxe
21 FILE_GUID = 73E9457A-CEA1-4917-9A9C-9F1F0F0FD322
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = InitializeDebugPortDriver
25 UNLOAD_IMAGE = ImageUnloadHandler
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32 # DRIVER_BINDING = gDebugPortDriverBinding
33 # COMPONENT_NAME = gDebugPortComponentName
34 # COMPONENT_NAME2 = gDebugPortComponentName2
35 # Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"
36 #
37 #
38
39 [Sources.common]
40 ComponentName.c
41 DebugPort.c
42 DebugPort.h
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47
48
49 [LibraryClasses]
50 DevicePathLib
51 UefiRuntimeServicesTableLib
52 UefiBootServicesTableLib
53 MemoryAllocationLib
54 BaseMemoryLib
55 UefiLib
56 UefiDriverEntryPoint
57 DebugLib
58
59
60 [Protocols]
61 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63 gEfiSerialIoProtocolGuid # PROTOCOL TO_START
64 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
65 gEfiDebugPortProtocolGuid # PROTOCOL BY_START
66
67
68 [Depex]
69 TRUE
70