]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
IntelSiliconPkg: Replace BSD License with BSD+Patent License
[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 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PlatformVTdSampleDxe
15 MODULE_UNI_FILE = PlatformVTdSampleDxe.uni
16 FILE_GUID = 5DFAE03E-9C19-4996-85BF-65297BD4137F
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = PlatformVTdSampleInitialize
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 #
27
28 [Sources]
29 PlatformVTdSampleDxe.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 IntelSiliconPkg/IntelSiliconPkg.dec
35
36 [LibraryClasses]
37 DebugLib
38 UefiDriverEntryPoint
39 UefiBootServicesTableLib
40 BaseLib
41 IoLib
42 PciSegmentLib
43 BaseMemoryLib
44 MemoryAllocationLib
45 DevicePathLib
46
47 [Protocols]
48 gEdkiiPlatformVTdPolicyProtocolGuid ## PRODUCES
49 gEfiPciIoProtocolGuid ## CONSUMES
50
51 [Depex]
52 gEfiPciRootBridgeIoProtocolGuid
53
54 [UserExtensions.TianoCore."ExtraFiles"]
55 PlatformVTdSampleDxeExtra.uni
56