VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/IoMmuDxe/IoMmuDxe.inf@ 99404

Last change on this file since 99404 was 99404, checked in by vboxsync, 22 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.0 KB
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 CcIoMmu.c
22 CcIoMmu.h
23 IoMmuDxe.c
24 IoMmuBuffer.c
25
26[Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31[LibraryClasses]
32 BaseLib
33 BaseMemoryLib
34 DebugLib
35 MemEncryptSevLib
36 MemEncryptTdxLib
37 MemoryAllocationLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40
41[Pcd]
42 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr
43
44[Protocols]
45 gEdkiiIoMmuProtocolGuid ## SOMETIME_PRODUCES
46 gIoMmuAbsentProtocolGuid ## SOMETIME_PRODUCES
47
48[Depex]
49 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