]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
OvmfPkg/IoMmuDxe: list "AmdSevIoMmu.h" in the INF file
[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 # This program and the accompanying materials are licensed and made available
9 # under the terms and conditions of the BSD License which accompanies this
10 # distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
15 # IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 1.25
21 BASE_NAME = IoMmuDxe
22 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = IoMmuDxeEntryPoint
26
27 [Sources]
28 AmdSevIoMmu.c
29 AmdSevIoMmu.h
30 IoMmuDxe.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 OvmfPkg/OvmfPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 MemEncryptSevLib
42 MemoryAllocationLib
43 UefiBootServicesTableLib
44 UefiDriverEntryPoint
45
46 [Protocols]
47 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
48 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
49
50 [Depex]
51 TRUE