mirror of https://github.com/acidanthera/audk.git
36 lines
896 B
INI
36 lines
896 B
INI
|
## @file
|
||
|
# Arm Monitor Library that chooses the conduit based on the PSCI node in the
|
||
|
# device tree provided by the VMM.
|
||
|
#
|
||
|
# Copyright (c) 2022, Arm Limited. All rights reserved.<BR>
|
||
|
# Copyright (c) 2024, Google LLC. All rights reserved.<BR>
|
||
|
#
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
##
|
||
|
|
||
|
[Defines]
|
||
|
INF_VERSION = 1.29
|
||
|
BASE_NAME = ArmVirtMonitorPeiLib
|
||
|
FILE_GUID = c610e0dc-dd7a-47c8-8fea-26c4710709ff
|
||
|
MODULE_TYPE = BASE
|
||
|
VERSION_STRING = 1.0
|
||
|
LIBRARY_CLASS = ArmMonitorLib|PEIM
|
||
|
|
||
|
[Sources]
|
||
|
ArmVirtMonitorPeiLib.c
|
||
|
|
||
|
[Packages]
|
||
|
ArmPkg/ArmPkg.dec
|
||
|
MdePkg/MdePkg.dec
|
||
|
OvmfPkg/OvmfPkg.dec
|
||
|
|
||
|
[LibraryClasses]
|
||
|
ArmHvcLib
|
||
|
ArmSmcLib
|
||
|
BaseLib
|
||
|
DebugLib
|
||
|
FdtLib
|
||
|
|
||
|
[Pcd]
|
||
|
gUefiOvmfPkgTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress
|