]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringS
[mirror_edk2.git] / MdeModulePkg / Library / DxePrintLibPrint2Protocol / DxePrintLibPrint2Protocol.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Library instance that implements Print Library class based on protocol gEfiPrint2ProtocolGuid.\r
a0afd019 3#\r
50418baa 4# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
a0afd019 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
a0afd019 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
6bfbb5f0 14##\r
a0afd019 15\r
a0afd019 16[Defines]\r
17 INF_VERSION = 0x00010005\r
bee67555 18 BASE_NAME = DxePrintLibPrint2Protocol\r
6036e94d 19 MODULE_UNI_FILE = DxePrintLibPrint2Protocol.uni\r
bee67555 20 FILE_GUID = 55D460DB-8FEA-415a-B95D-70145AE0675C\r
a0afd019 21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = PrintLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
bee67555 24 CONSTRUCTOR = PrintLibConstructor\r
25\r
6bfbb5f0 26[Sources]\r
a0afd019 27 PrintLib.c\r
28\r
a0afd019 29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
a0afd019 33[LibraryClasses]\r
504dcb0a 34 BaseLib\r
bee67555 35 DebugLib\r
50418baa 36 PcdLib\r
a0afd019 37\r
a0afd019 38[Protocols]\r
f0c74f5a 39 gEfiPrint2SProtocolGuid ## CONSUMES\r
a0afd019 40\r
50418baa
HW
41[Pcd]\r
42 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength ## SOMETIMES_CONSUMES\r
43 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## SOMETIMES_CONSUMES\r
44\r
3397c6f5 45[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
f0c74f5a 46 gEfiPrint2SProtocolGuid\r