]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Library / EdkDxePrintLib / EdkDxePrintLib.inf
CommitLineData
a0afd019 1#/** @file\r
ce95aa7a 2# Instance of Print Library based on EFI_PRINT2_PROTOCOL.\r
a0afd019 3#\r
4# Print Library based on EFI_PRINT_PROTOCOL\r
ce95aa7a 5# Copyright (c) 2006 - 2008, 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
15#**/\r
16\r
a0afd019 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EdkDxePrintLib\r
20 FILE_GUID = 50bcb105-6634-441d-b403-659110a03ad2\r
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
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
a0afd019 31[Sources.common]\r
32 PrintLib.c\r
33\r
34\r
a0afd019 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39\r
a0afd019 40[LibraryClasses]\r
41 UefiBootServicesTableLib\r
42\r
43\r
a0afd019 44[Protocols]\r
0ed0c867 45 gEfiPrint2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a0afd019 46\r