VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/IoMmuDxe/IoMmuDxe.inf@ 85788

Last change on this file since 85788 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 974 bytes
Line 
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# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10#**/
11
12[Defines]
13 INF_VERSION = 1.25
14 BASE_NAME = IoMmuDxe
15 FILE_GUID = 8657015b-ea43-440d-949a-af3be365c0fc
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = IoMmuDxeEntryPoint
19
20[Sources]
21 AmdSevIoMmu.c
22 AmdSevIoMmu.h
23 IoMmuDxe.c
24
25[Packages]
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28 OvmfPkg/OvmfPkg.dec
29
30[LibraryClasses]
31 BaseLib
32 BaseMemoryLib
33 DebugLib
34 MemEncryptSevLib
35 MemoryAllocationLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38
39[Protocols]
40 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
41 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
42
43[Depex]
44 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette