VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/TraceHubDebugSysTLib/PeiTraceHubDebugSysTLib.inf

Last change on this file was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1## @file
2# Debug library to output Trace Hub message.
3# Support PEI phase TraceHub debug message based on fixed or dynamic settings.
4#
5# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PeiTraceHubDebugSysTLib
14 FILE_GUID = C61E8C2E-0935-4E3D-BCBB-5ED84AFD9FD1
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = TraceHubDebugSysTLib|PEI_CORE PEIM
18
19#
20# The following information is for reference only and not required by the build tools.
21#
22# VALID_ARCHITECTURES = IA32 X64
23#
24
25[LibraryClasses]
26 BaseLib
27 PcdLib
28 HobLib
29 BaseMemoryLib
30 MemoryAllocationLib
31 MipiSysTLib
32
33[Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37[Sources]
38 PeiTraceHubDebugSysTLib.c
39 InternalTraceHubApiCommon.c
40 InternalTraceHubApiCommon.h
41 InternalTraceHubApi.h
42 InternalTraceHubApi.c
43
44[Guids]
45 gTraceHubDebugInfoHobGuid
46
47[Pcd]
48 gEfiMdeModulePkgTokenSpaceGuid.PcdTraceHubDebugLevel
49 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableTraceHubDebugMsg
50 gEfiMdeModulePkgTokenSpaceGuid.PcdTraceHubDebugMmioAddress
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