]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/PrintThunk/PrintThunk.inf
Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / PrintThunk / PrintThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
46d95f32 2# Module produces EDK gEfiPrintProtocolGuid for backward compatibility support.\r
3#\r
4# EDK II retires old EDK Print Protocol and this module produces\r
5# gEfiPrintProtocolGuid based on PrintLib:\r
6# 1) If it links against BasePrintLib in MdePkg, it produces gEfiPrintProtocolGuid\r
7# without any prerequisites.\r
8# 2) If it links against DxePrintLibPrint2Protocol in MdeModulePkg, it produces\r
9# gEfiPrintProtocolGuid on top of gEfiPrint2ProtocolGuid.\r
10#\r
6bfbb5f0 11# Copyright (c) 2009 - 2010, Intel Corporation\r
46d95f32 12#\r
13# All rights reserved. This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.php\r
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20#\r
6bfbb5f0 21##\r
46d95f32 22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = PrintThunk\r
26 FILE_GUID = 3792FF94-8614-45ed-902B-1207BF1490A8\r
27 MODULE_TYPE = DXE_DRIVER\r
28 VERSION_STRING = 1.0\r
29\r
30 ENTRY_POINT = InitPrintThunk\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
38[Sources]\r
39 PrintThunk.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
48 UefiBootServicesTableLib\r
49 PrintLib\r
50\r
51[Protocols]\r
52 gEfiPrintProtocolGuid ## PRODUCES\r
53\r
54[Depex]\r
55 TRUE\r