]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
OvmfPkg: Add IoMmuDxe driver
[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
9 # are licensed and made available under the terms and conditions of the BSD
10 # License which accompanies this distribution. The full text of the license may
11 # be found at 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 IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 1.25
20 BASE_NAME = IoMmuDxe
21 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = IoMmuDxeEntryPoint
25
26 [Sources]
27 AmdSevIoMmu.c
28 IoMmuDxe.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 UefiLib
38 UefiDriverEntryPoint
39 UefiBootServicesTableLib
40 DxeServicesTableLib
41 DebugLib
42 MemEncryptSevLib
43
44 [Protocols]
45 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
46 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
47
48 [Depex]
49 TRUE