2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2009-02-23 04:03:39 +01:00
|
|
|
# Library instance that implements Print Library class based on protocol
|
|
|
|
# gEfiPrint2ProtocolGuid.
|
2007-07-03 10:33:07 +02:00
|
|
|
#
|
2011-07-27 10:54:57 +02:00
|
|
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
2007-07-03 10:33:07 +02:00
|
|
|
#
|
2010-04-24 11:49:11 +02:00
|
|
|
# This program and the accompanying materials
|
2007-07-03 10:33:07 +02:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-07-03 10:33:07 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2009-02-23 04:03:39 +01:00
|
|
|
BASE_NAME = DxePrintLibPrint2Protocol
|
|
|
|
FILE_GUID = 55D460DB-8FEA-415a-B95D-70145AE0675C
|
2007-07-03 10:33:07 +02:00
|
|
|
MODULE_TYPE = DXE_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = PrintLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
2009-02-23 04:03:39 +01:00
|
|
|
CONSTRUCTOR = PrintLibConstructor
|
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Sources]
|
2007-07-03 10:33:07 +02:00
|
|
|
PrintLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
2009-05-31 01:49:35 +02:00
|
|
|
BaseLib
|
2009-02-23 04:03:39 +01:00
|
|
|
DebugLib
|
2007-07-03 10:33:07 +02:00
|
|
|
|
|
|
|
[Protocols]
|
2009-01-23 11:01:51 +01:00
|
|
|
gEfiPrint2ProtocolGuid ## CONSUMES
|
2007-07-03 10:33:07 +02:00
|
|
|
|
2011-07-27 10:54:57 +02:00
|
|
|
[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
|
2009-02-23 04:03:39 +01:00
|
|
|
gEfiPrint2ProtocolGuid
|