#/** @file # # Driver provides the IOMMU protcol support for PciHostBridgeIo and others # drivers. # # Copyright (c) 2017, AMD Inc. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # #**/ [Defines] INF_VERSION = 1.25 BASE_NAME = IoMmuDxe FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = IoMmuDxeEntryPoint [Sources] AmdSevIoMmu.c AmdSevIoMmu.h IoMmuDxe.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec OvmfPkg/OvmfPkg.dec [LibraryClasses] BaseLib BaseMemoryLib DebugLib MemEncryptSevLib MemoryAllocationLib UefiBootServicesTableLib UefiDriverEntryPoint [Protocols] gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES [Depex] TRUE