VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/PrintDxe/PrintDxe.inf@ 85716

Last change on this file since 85716 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Print DXE driver that produces Print2 Protocols.
3#
4# This driver produces Print2 protocols layered on top of the PrintLib from the MdePkg.
5#
6# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PrintDxe
14 MODULE_UNI_FILE = PrintDxe.uni
15 FILE_GUID = 79E4A61C-ED73-4312-94FE-E3E7563362A9
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = PrintEntryPoint
19
20#
21# The following information is for reference only and not required by the build tools.
22#
23# VALID_ARCHITECTURES = IA32 X64 EBC
24#
25
26[Sources]
27 Print.c
28
29[Packages]
30 MdeModulePkg/MdeModulePkg.dec
31 MdePkg/MdePkg.dec
32
33[LibraryClasses]
34 PrintLib
35 UefiBootServicesTableLib
36 UefiDriverEntryPoint
37 DebugLib
38
39[Protocols]
40 gEfiPrint2ProtocolGuid ## PRODUCES
41 gEfiPrint2SProtocolGuid ## PRODUCES
42
43[Depex]
44 TRUE
45
46[UserExtensions.TianoCore."ExtraFiles"]
47 PrintDxeExtra.uni
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette