VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf@ 109019

Last change on this file since 109019 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#/** @file
2# Component description file for Base PCI Cf8 Library.
3#
4# PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
5# Layers on top of an I/O Library instance.
6# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10#
11#**/
12
13[Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = GdbSerialLib
16 FILE_GUID = 9999B4EE-081F-4501-AEDC-137A534BAF69
17 MODULE_TYPE = UEFI_DRIVER
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = GdbSerialLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
20
21 CONSTRUCTOR = GdbSerialLibConstructor
22
23
24[Sources.common]
25 GdbSerialLib.c
26
27
28[Packages]
29 MdePkg/MdePkg.dec
30 EmbeddedPkg/EmbeddedPkg.dec
31
32[LibraryClasses]
33 DebugLib
34 IoLib
35
36[FixedPcd.common]
37 gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200
38 gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8
39 gEmbeddedTokenSpaceGuid.PcdGdbParity|1
40 gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1
41 gEmbeddedTokenSpaceGuid.PcdGdbUartPort
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette