Last change
on this file since 80721 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library instance that implements Print Library class based on protocol gEfiPrint2ProtocolGuid.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = DxePrintLibPrint2Protocol
|
---|
14 | MODULE_UNI_FILE = DxePrintLibPrint2Protocol.uni
|
---|
15 | FILE_GUID = 55D460DB-8FEA-415a-B95D-70145AE0675C
|
---|
16 | MODULE_TYPE = DXE_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = PrintLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
19 | CONSTRUCTOR = PrintLibConstructor
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | PrintLib.c
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | MdePkg/MdePkg.dec
|
---|
26 | MdeModulePkg/MdeModulePkg.dec
|
---|
27 |
|
---|
28 | [LibraryClasses]
|
---|
29 | BaseLib
|
---|
30 | DebugLib
|
---|
31 | PcdLib
|
---|
32 |
|
---|
33 | [Protocols]
|
---|
34 | gEfiPrint2SProtocolGuid ## CONSUMES
|
---|
35 |
|
---|
36 | [Pcd]
|
---|
37 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength ## SOMETIMES_CONSUMES
|
---|
38 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## SOMETIMES_CONSUMES
|
---|
39 |
|
---|
40 | [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
|
---|
41 | gEfiPrint2SProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.