]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Library / DxePrintLibPrint2Protocol / DxePrintLibPrint2Protocol.inf
CommitLineData
6bfbb5f0 1## @file\r
bee67555 2# Library instance that implements Print Library class based on protocol\r
3# gEfiPrint2ProtocolGuid.\r
a0afd019 4#\r
3397c6f5 5# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
a0afd019 6#\r
cd5ebaa0 7# This program and the accompanying materials\r
a0afd019 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
a0afd019 16\r
a0afd019 17[Defines]\r
18 INF_VERSION = 0x00010005\r
bee67555 19 BASE_NAME = DxePrintLibPrint2Protocol\r
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
a0afd019 36\r
a0afd019 37[Protocols]\r
7772b176 38 gEfiPrint2ProtocolGuid ## CONSUMES\r
a0afd019 39\r
3397c6f5 40[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
bee67555 41 gEfiPrint2ProtocolGuid\r