]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ## @file
2 # Platform VTd Sample driver.
3 #
4 # Note: This module should only be used for dev/debug purposes.
5 # It MUST never be used for production builds.
6 #
7 # Copyright (c) 2017 - 2018, 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 = 0x00010005
20 BASE_NAME = PlatformVTdSampleDxe
21 MODULE_UNI_FILE = PlatformVTdSampleDxe.uni
22 FILE_GUID = 5DFAE03E-9C19-4996-85BF-65297BD4137F
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = PlatformVTdSampleInitialize
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 EBC
31 #
32 #
33
34 [Sources]
35 PlatformVTdSampleDxe.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 IntelSiliconPkg/IntelSiliconPkg.dec
41
42 [LibraryClasses]
43 DebugLib
44 UefiDriverEntryPoint
45 UefiBootServicesTableLib
46 BaseLib
47 IoLib
48 PciSegmentLib
49 BaseMemoryLib
50 MemoryAllocationLib
51 DevicePathLib
52
53 [Protocols]
54 gEdkiiPlatformVTdPolicyProtocolGuid ## PRODUCES
55 gEfiPciIoProtocolGuid ## CONSUMES
56
57 [Depex]
58 gEfiPciRootBridgeIoProtocolGuid
59
60 [UserExtensions.TianoCore."ExtraFiles"]
61 PlatformVTdSampleDxeExtra.uni
62