Last change
on this file since 106386 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
771 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Copyright (c) 2019, Linaro, Ltd. All rights reserved.<BR>
|
---|
4 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 | #
|
---|
6 | #**/
|
---|
7 |
|
---|
8 | [Defines]
|
---|
9 | INF_VERSION = 1.27
|
---|
10 | BASE_NAME = NonCoherentIoMmuDxe
|
---|
11 | FILE_GUID = 7ed510aa-9cdc-49d2-a306-6e11e359f9b3
|
---|
12 | MODULE_TYPE = DXE_DRIVER
|
---|
13 | VERSION_STRING = 1.0
|
---|
14 | ENTRY_POINT = NonCoherentIoMmuDxeEntryPoint
|
---|
15 |
|
---|
16 | [Sources]
|
---|
17 | NonCoherentIoMmuDxe.c
|
---|
18 |
|
---|
19 | [Packages]
|
---|
20 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
21 | MdeModulePkg/MdeModulePkg.dec
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 |
|
---|
24 | [LibraryClasses]
|
---|
25 | BaseLib
|
---|
26 | DebugLib
|
---|
27 | DmaLib
|
---|
28 | UefiBootServicesTableLib
|
---|
29 | UefiDriverEntryPoint
|
---|
30 |
|
---|
31 | [Protocols]
|
---|
32 | gEdkiiIoMmuProtocolGuid ## PRODUCES
|
---|
33 |
|
---|
34 | [Depex]
|
---|
35 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.