]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace
[mirror_edk2.git] / OvmfPkg / IoMmuDxe / IoMmuDxe.inf
1 #/** @file
2 #
3 # Driver provides the IOMMU protcol support for PciHostBridgeIo and others
4 # drivers.
5 #
6 # Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #**/
11
12 [Defines]
13 INF_VERSION = 1.25
14 BASE_NAME = IoMmuDxe
15 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = IoMmuDxeEntryPoint
19
20 [Sources]
21 AmdSevIoMmu.c
22 AmdSevIoMmu.h
23 IoMmuDxe.c
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28 OvmfPkg/OvmfPkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 BaseMemoryLib
33 DebugLib
34 MemEncryptSevLib
35 MemoryAllocationLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38
39 [Protocols]
40 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
41 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
42
43 [Depex]
44 TRUE