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