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.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Debug library to output Trace Hub message.
|
---|
3 | # Support SEC/PEI/DXE/SMM phase TraceHub debug message based on fixed 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 = BaseTraceHubDebugSysTLib
|
---|
14 | FILE_GUID = 336DA571-AD65-423C-9A43-E0056E5B2D8D
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = TraceHubDebugSysTLib
|
---|
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 | BaseMemoryLib
|
---|
29 | MipiSysTLib
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdePkg/MdePkg.dec
|
---|
33 | MdeModulePkg/MdeModulePkg.dec
|
---|
34 |
|
---|
35 | [Sources]
|
---|
36 | BaseTraceHubDebugSysTLib.c
|
---|
37 | InternalTraceHubApiCommon.c
|
---|
38 | InternalTraceHubApiCommon.h
|
---|
39 | InternalTraceHubApi.h
|
---|
40 |
|
---|
41 | [Pcd]
|
---|
42 | gEfiMdeModulePkgTokenSpaceGuid.PcdTraceHubDebugLevel
|
---|
43 | gEfiMdeModulePkgTokenSpaceGuid.PcdEnableTraceHubDebugMsg
|
---|
44 | gEfiMdeModulePkgTokenSpaceGuid.PcdTraceHubDebugMmioAddress
|
---|
Note:
See
TracBrowser
for help on using the repository browser.