]> git.proxmox.com Git - mirror_edk2.git/blame - IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.inf
BaseTools:Add import in FvImageSection
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / PlatformVTdInfoSamplePei / PlatformVTdInfoSamplePei.inf
CommitLineData
53269009
JY
1## @file\r
2# Platform VTd Info Sample PEI driver.\r
3#\r
6861b0fe 4# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
8f7a05e1 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
53269009
JY
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = PlatformVTdInfoSamplePei\r
12 MODULE_UNI_FILE = PlatformVTdInfoSamplePei.uni\r
13 FILE_GUID = 839EB770-5C64-4EED-A6D5-EC515B2B2B23\r
14 MODULE_TYPE = PEIM\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = PlatformVTdInfoSampleInitialize\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
6861b0fe 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
53269009
JY
22#\r
23#\r
24\r
25[Sources]\r
26 PlatformVTdInfoSamplePei.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31 IntelSiliconPkg/IntelSiliconPkg.dec\r
32\r
33[LibraryClasses]\r
34 PeimEntryPoint\r
35 PeiServicesLib\r
70dc3ec5
JY
36 DebugLib\r
37 PciLib\r
38 IoLib\r
53269009
JY
39\r
40[Ppis]\r
41 gEdkiiVTdInfoPpiGuid ## PRODUCES\r
42\r
43[Depex]\r
af807bb9 44 gEfiPeiMasterBootModePpiGuid\r
53269009
JY
45\r
46[UserExtensions.TianoCore."ExtraFiles"]\r
47 PlatformVTdInfoSamplePeiExtra.uni\r
48\r