]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
Update Performance library instances to adapt to the update in Performance infrastruc...
[mirror_edk2.git] / MdeModulePkg / Library / EdkDxePrintLib / EdkDxePrintLib.inf
CommitLineData
a0afd019 1#/** @file\r
5f087507 2# Instance of Print Library based on EFI_PRINT2_PROTOCOL.\r
a0afd019 3#\r
5f087507 4# Copyright (c) 2006 - 2008, Intel Corporation.\r
a0afd019 5#\r
6# All rights reserved. This program and the accompanying materials\r
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
14#**/\r
15\r
a0afd019 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = EdkDxePrintLib\r
19 FILE_GUID = 50bcb105-6634-441d-b403-659110a03ad2\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = PrintLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
a0afd019 23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
a0afd019 30[Sources.common]\r
31 PrintLib.c\r
32\r
33\r
a0afd019 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38\r
a0afd019 39[LibraryClasses]\r
40 UefiBootServicesTableLib\r
41\r
42\r
a0afd019 43[Protocols]\r
7772b176 44 gEfiPrint2ProtocolGuid ## CONSUMES\r
a0afd019 45\r