]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
1. Correct File header to ## @file
[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
6bfbb5f0 5# Copyright (c) 2009 - 2010, Intel Corporation.\r
a0afd019 6#\r
7# All rights reserved. This program and the accompanying materials\r
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
a0afd019 24\r
bee67555 25 CONSTRUCTOR = PrintLibConstructor\r
26\r
a0afd019 27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
a0afd019 34 PrintLib.c\r
35\r
36\r
a0afd019 37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
a0afd019 42[LibraryClasses]\r
504dcb0a 43 BaseLib\r
a0afd019 44 UefiBootServicesTableLib\r
bee67555 45 DebugLib\r
a0afd019 46\r
a0afd019 47[Protocols]\r
7772b176 48 gEfiPrint2ProtocolGuid ## CONSUMES\r
a0afd019 49\r
bee67555 50[Depex]\r
51 gEfiPrint2ProtocolGuid\r