]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/IoMmuDxe/IoMmuDxe.inf
OvmfPkg/IoMmuDxe: Fix header guard macro
[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
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD\r
10# License which accompanies this distribution. The full text of the license may\r
11# be found at http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 1.25\r
20 BASE_NAME = IoMmuDxe\r
21 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = IoMmuDxeEntryPoint\r
25\r
26[Sources]\r
27 AmdSevIoMmu.c\r
28 IoMmuDxe.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 OvmfPkg/OvmfPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 UefiLib\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 DxeServicesTableLib\r
41 DebugLib\r
42 MemEncryptSevLib\r
43\r
44[Protocols]\r
45 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES\r
46 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES\r
47\r
48[Depex]\r
49 TRUE\r