]> git.proxmox.com Git - mirror_edk2.git/blob - IntelSiliconPkg/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
IntelSiliconPkg/PlatformVTdSample: update ExceptionDevice
[mirror_edk2.git] / IntelSiliconPkg / PlatformVTdSampleDxe / PlatformVTdSampleDxe.inf
1 ## @file
2 # Platform VTd Sample driver.
3 #
4 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PlatformVTdSampleDxe
18 MODULE_UNI_FILE = PlatformVTdSampleDxe.uni
19 FILE_GUID = 5DFAE03E-9C19-4996-85BF-65297BD4137F
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = PlatformVTdSampleInitialize
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29 #
30
31 [Sources]
32 PlatformVTdSampleDxe.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 IntelSiliconPkg/IntelSiliconPkg.dec
38
39 [LibraryClasses]
40 DebugLib
41 UefiDriverEntryPoint
42 UefiBootServicesTableLib
43 BaseLib
44 IoLib
45 PciSegmentLib
46 BaseMemoryLib
47 MemoryAllocationLib
48 DevicePathLib
49
50 [Protocols]
51 gEdkiiPlatformVTdPolicyProtocolGuid ## PRODUCES
52 gEfiPciIoProtocolGuid ## CONSUMES
53
54 [Depex]
55 gEfiPciRootBridgeIoProtocolGuid
56
57 [UserExtensions.TianoCore."ExtraFiles"]
58 PlatformVTdSampleDxeExtra.uni
59