blob: ebb2cc2a7f1f1c32ec496b74a2a32be61d19bab6 (
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
|
## @file
# Component INF file for the GetVtdPmrAlignment library.
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010017
BASE_NAME = PeiGetVtdPmrAlignmentLib
FILE_GUID = 0332BE93-0547-4D87-A7FA-0D9D76C53187
MODULE_TYPE = BASE
LIBRARY_CLASS = PeiGetVtdPmrAlignmentLib
[Packages]
MdePkg/MdePkg.dec
IntelSiliconPkg/IntelSiliconPkg.dec
[Sources]
PeiGetVtdPmrAlignmentLib.c
[LibraryClasses]
DebugLib
BaseMemoryLib
MemoryAllocationLib
BaseLib
PeiServicesLib
[Ppis]
gEdkiiVTdInfoPpiGuid ## CONSUMES
|