]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Drivers / NonCoherentIoMmuDxe / NonCoherentIoMmuDxe.inf
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