VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/TraceHubDebugSysTLib/DxeSmmTraceHubDebugSysTLib.inf@ 105681

Last change on this file since 105681 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.4 KB
Line 
1## @file
2# Debug library to output Trace Hub message.
3# Support DXE/SMM 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 = DxeSmmTraceHubDebugSysTLib
14 FILE_GUID = A9B7B825-7902-4616-8556-085DA4DFEC72
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = TraceHubDebugSysTLib|DXE_CORE DXE_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
18 CONSTRUCTOR = DxeSmmTraceHubDebugSysTLibConstructor
19
20#
21# The following information is for reference only and not required by the build tools.
22#
23# VALID_ARCHITECTURES = IA32 X64
24#
25
26[LibraryClasses]
27 BaseLib
28 PcdLib
29 HobLib
30 BaseMemoryLib
31 MemoryAllocationLib
32 MipiSysTLib
33
34[Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38[Sources]
39 DxeSmmTraceHubDebugSysTLib.c
40 InternalTraceHubApiCommon.c
41 InternalTraceHubApiCommon.h
42 InternalTraceHubApi.h
43 InternalTraceHubApi.c
44
45[Guids]
46 gTraceHubDebugInfoHobGuid
47
48[Pcd]
49 gEfiMdeModulePkgTokenSpaceGuid.PcdTraceHubDebugLevel
50 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableTraceHubDebugMsg
51 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