]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
OvmfPkg/IoMmuDxe: clean up used library classes
[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
29 IoMmuDxe.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
db7ea4d7 38 BaseMemoryLib\r
f9d129e6
BS
39 DebugLib\r
40 MemEncryptSevLib\r
db7ea4d7
LE
41 MemoryAllocationLib\r
42 UefiBootServicesTableLib\r
43 UefiDriverEntryPoint\r
f9d129e6
BS
44\r
45[Protocols]\r
46 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES\r
47 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES\r
48\r
49[Depex]\r
50 TRUE\r