]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
32# DRIVER_BINDING = gDebugPortDriverBinding \r
33# COMPONENT_NAME = gDebugPortComponentName \r
34# Variable Guid C Name: gEfiDebugPortProtocolGuid Variable Name: L"DEBUGPORT"\r
35#\r
36#\r
37\r
c1f23d63 38[Sources.common]\r
39 ComponentName.c\r
40 DebugPort.c\r
41 DebugPort.h\r
42\r
43\r
c1f23d63 44[Packages]\r
45 MdePkg/MdePkg.dec\r
46\r
47\r
c1f23d63 48[LibraryClasses]\r
49 DevicePathLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 UefiLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57\r
58\r
c1f23d63 59[Protocols]\r
60 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiSerialIoProtocolGuid # PROTOCOL TO_START\r
63 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
64 gEfiDebugPortProtocolGuid # PROTOCOL BY_START\r
65\r
66\r
c1f23d63 67[Depex]\r
68 TRUE\r
69\r