Last change
on this file since 75265 was 58459, checked in by vboxsync, 9 years ago |
EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Print DXE driver that produces Print2 Protocol.
|
---|
3 | #
|
---|
4 | # This driver produces Print2 protocol layered on top of the PrintLib from the MdePkg.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # This program and the accompanying materials
|
---|
8 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
9 | # which accompanies this distribution. The full text of the license may be found at
|
---|
10 | # http://opensource.org/licenses/bsd-license.php
|
---|
11 | #
|
---|
12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
13 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
14 | #
|
---|
15 | ##
|
---|
16 |
|
---|
17 | [Defines]
|
---|
18 | INF_VERSION = 0x00010005
|
---|
19 | BASE_NAME = PrintDxe
|
---|
20 | MODULE_UNI_FILE = PrintDxe.uni
|
---|
21 | FILE_GUID = 79E4A61C-ED73-4312-94FE-E3E7563362A9
|
---|
22 | MODULE_TYPE = DXE_DRIVER
|
---|
23 | VERSION_STRING = 1.0
|
---|
24 | ENTRY_POINT = PrintEntryPoint
|
---|
25 |
|
---|
26 | #
|
---|
27 | # The following information is for reference only and not required by the build tools.
|
---|
28 | #
|
---|
29 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
30 | #
|
---|
31 |
|
---|
32 | [Sources]
|
---|
33 | Print.c
|
---|
34 |
|
---|
35 | [Packages]
|
---|
36 | MdeModulePkg/MdeModulePkg.dec
|
---|
37 | MdePkg/MdePkg.dec
|
---|
38 |
|
---|
39 | [LibraryClasses]
|
---|
40 | PrintLib
|
---|
41 | UefiBootServicesTableLib
|
---|
42 | UefiDriverEntryPoint
|
---|
43 | DebugLib
|
---|
44 |
|
---|
45 | [Protocols]
|
---|
46 | gEfiPrint2ProtocolGuid ## PRODUCES
|
---|
47 |
|
---|
48 | [Depex]
|
---|
49 | TRUE
|
---|
50 |
|
---|
51 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
52 | PrintDxeExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.