]> git.proxmox.com Git - mirror_edk2.git/blame - IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
IntelSiliconPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / IntelSiliconPkg / Feature / VTd / PlatformVTdSampleDxe / PlatformVTdSampleDxe.inf
CommitLineData
5071fb9c
JY
1## @file\r
2# Platform VTd Sample driver.\r
3#\r
17ac6b23
SZ
4# Note: This module should only be used for dev/debug purposes.\r
5# It MUST never be used for production builds.\r
6#\r
7# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
5071fb9c
JY
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# 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 = 0x00010005\r
20 BASE_NAME = PlatformVTdSampleDxe\r
21 MODULE_UNI_FILE = PlatformVTdSampleDxe.uni\r
22 FILE_GUID = 5DFAE03E-9C19-4996-85BF-65297BD4137F\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = PlatformVTdSampleInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
6861b0fe 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
5071fb9c
JY
31#\r
32#\r
33\r
34[Sources]\r
35 PlatformVTdSampleDxe.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 IntelSiliconPkg/IntelSiliconPkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 BaseLib\r
47 IoLib\r
48 PciSegmentLib\r
49 BaseMemoryLib\r
50 MemoryAllocationLib\r
51 DevicePathLib\r
52\r
53[Protocols]\r
54 gEdkiiPlatformVTdPolicyProtocolGuid ## PRODUCES\r
55 gEfiPciIoProtocolGuid ## CONSUMES\r
56\r
57[Depex]\r
58 gEfiPciRootBridgeIoProtocolGuid\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 PlatformVTdSampleDxeExtra.uni\r
62\r