]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
OvmfPkg/IoMmuDxe: list "AmdSevIoMmu.h" in the INF file
[mirror_edk2.git] / OvmfPkg / IoMmuDxe / IoMmuDxe.inf
CommitLineData
f9d129e6
BS
1#/** @file\r
2#\r
3# Driver provides the IOMMU protcol support for PciHostBridgeIo and others\r
4# drivers.\r
5#\r
6# Copyright (c) 2017, AMD Inc. All rights reserved.<BR>\r
7#\r
812568fb
LE
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
f9d129e6
BS
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
812568fb
LE
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
15# IMPLIED.\r
f9d129e6
BS
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 1.25\r
21 BASE_NAME = IoMmuDxe\r
22 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = IoMmuDxeEntryPoint\r
26\r
27[Sources]\r
28 AmdSevIoMmu.c\r
3bbff22c 29 AmdSevIoMmu.h\r
f9d129e6
BS
30 IoMmuDxe.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 OvmfPkg/OvmfPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
db7ea4d7 39 BaseMemoryLib\r
f9d129e6
BS
40 DebugLib\r
41 MemEncryptSevLib\r
db7ea4d7
LE
42 MemoryAllocationLib\r
43 UefiBootServicesTableLib\r
44 UefiDriverEntryPoint\r
f9d129e6
BS
45\r
46[Protocols]\r
47 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES\r
48 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES\r
49\r
50[Depex]\r
51 TRUE\r