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