blob: 0d6dff5fa9d59be7f28091732e8395816e61b945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
### @file
# Component information file for Intel VTd function library.
#
# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
###
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IntelVTdPeiDxeLib
FILE_GUID = 6cd8b1ea-152d-4cc9-b9b1-f5c692ba63da
VERSION_STRING = 1.0
MODULE_TYPE = BASE
LIBRARY_CLASS = IntelVTdPeiDxeLib
[LibraryClasses]
BaseLib
PrintLib
IoLib
CacheMaintenanceLib
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
IntelSiliconPkg/IntelSiliconPkg.dec
[Sources]
IntelVTdPeiDxeLib.c
|