VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf

最後變更 在這個檔案是 85718,由 vboxsync 提交於 4 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.3 KB
 
1## @file
2# Instance of Debug Library using the Standard Error Device.
3#
4# Debug Lib that sends messages to the the Standard Error Device in the EFI System Table.
5#
6# Copyright (c) 2018, Microsoft Corporation
7#
8# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = UefiDebugLibStdErr
18 MODULE_UNI_FILE = UefiDebugLibStdErr.uni
19 FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
23
24 CONSTRUCTOR = DxeDebugLibConstructor
25 DESTRUCTOR = DxeDebugLibDestructor
26
27#
28# VALID_ARCHITECTURES = IA32 X64 EBC
29#
30
31[Sources]
32 DebugLib.c
33 DebugLibConstructor.c
34
35
36[Packages]
37 MdePkg/MdePkg.dec
38
39
40[LibraryClasses]
41 BaseMemoryLib
42 BaseLib
43 PcdLib
44 PrintLib
45 DebugPrintErrorLevelLib
46
47[Pcd]
48 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES
49 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES
50 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES
51
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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