]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf
42a7caaa91c0060ff6d9eea2af771eab2eeca9ec
[mirror_edk2.git] / EmbeddedPkg / Library / GdbSerialDebugPortLib / GdbSerialDebugPortLib.inf
1 #%HEADER%
2 #/** @file
3 # Component description file for Base PCI Cf8 Library.
4 #
5 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
6 # Layers on top of an I/O Library instance.
7 # Copyright (c) 2007, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = GdbSerialDebugPortLib
22 FILE_GUID = 42ABB10A-660A-4BEC-AEFA-CC94AB4D993D
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = GdbSerialLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
26
27 CONSTRUCTOR = GdbSerialLibDebugPortConstructor
28
29
30 [Sources.common]
31 GdbSerialDebugPortLib.c
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37
38 [LibraryClasses]
39 DebugLib
40 IoLib
41
42 [Protocols.common]
43 gEfiDebugPortProtocolGuid
44
45 [FixedPcd.common]
46 gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200
47 gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8
48 gEmbeddedTokenSpaceGuid.PcdGdbParity|1
49 gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1
50 gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount