blob: 9a2b28e12443f00a9443e3caed722b74b01b6fcd (
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
31
32
33
34
|
### @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 = 6fd8b3aa-852d-6ccA-b9b2-f5c692ba63ca
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
[BuildOptions]
*_*_X64_CC_FLAGS = -DEXT_CALLBACK
|