]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.inf
4d0e187dc30062c470994668d7992b3629eeec3b
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / IntelVTdPmrPei / IntelVTdPmrPei.inf
1 ## @file
2 # Component INF file for the Intel VTd PMR PEIM.
3 #
4 # This driver initializes VTd engine based upon EDKII_VTD_INFO_PPI
5 # and provide DMA protection in PEI.
6 #
7 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this 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 IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010017
20 BASE_NAME = IntelVTdPmrPei
21 MODULE_UNI_FILE = IntelVTdPmrPei.uni
22 FILE_GUID = F906769F-4AED-4A0D-8C7C-FF21B9D1051A
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 ENTRY_POINT = IntelVTdPmrInitialize
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30 IntelSiliconPkg/IntelSiliconPkg.dec
31
32 [Sources]
33 IntelVTdPmrPei.c
34 IntelVTdPmrPei.h
35 IntelVTdPmr.c
36
37 [LibraryClasses]
38 DebugLib
39 BaseMemoryLib
40 BaseLib
41 PeimEntryPoint
42 PeiServicesLib
43 HobLib
44 IoLib
45
46 [Ppis]
47 gEdkiiIoMmuPpiGuid ## PRODUCES
48 gEdkiiVTdInfoPpiGuid ## CONSUMES
49 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
50
51 [Pcd]
52 gIntelSiliconPkgTokenSpaceGuid.PcdVTdPolicyPropertyMask ## CONSUMES
53
54 [Depex]
55 gEfiPeiMemoryDiscoveredPpiGuid AND
56 gEfiPeiMasterBootModePpiGuid AND
57 gEdkiiVTdInfoPpiGuid
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 IntelVTdPmrPeiExtra.uni
61