VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/BasePrintLib.inf@ 101297

Last change on this file since 101297 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: 901 bytes
Line 
1## @file
2# Print Library implementation.
3#
4# Copyright (c) 2007 - 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 = BasePrintLib
14 MODULE_UNI_FILE = BasePrintLib.uni
15 FILE_GUID = a86fbfca-0183-4eeb-aa8a-762e3b7da1f3
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PrintLib
19
20
21#
22# VALID_ARCHITECTURES = IA32 X64 EBC
23#
24
25
26[Sources]
27 PrintLibInternal.h
28 PrintLibInternal.c
29 PrintLib.c
30
31
32[Packages]
33 MdePkg/MdePkg.dec
34
35
36[LibraryClasses]
37 DebugLib
38 BaseLib
39 PcdLib
40
41
42[Pcd]
43 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength ## SOMETIMES_CONSUMES
44 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## SOMETIMES_CONSUMES
45
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