]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf
0c8d0e6a691880fd473a92cc57d3ebe6587fe03c
[mirror_edk2.git] / EmbeddedPkg / Library / GdbSerialLib / GdbSerialLib.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 = GdbSerialLib
22 FILE_GUID = 9999B4EE-081F-4501-AEDC-137A534BAF69
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 = GdbSerialLibConstructor
28
29
30 [Sources.common]
31 GdbSerialLib.c
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37
38 [LibraryClasses]
39 DebugLib
40 IoLib
41
42 [FixedPcd.common]
43 gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200
44 gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8
45 gEmbeddedTokenSpaceGuid.PcdGdbParity|1
46 gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1
47 gEmbeddedTokenSpaceGuid.PcdGdbUartPort