## @file # Library to read Machine Mode Timer. # # Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] INF_VERSION = 0x0001001b BASE_NAME = MachineModeTimerLib FILE_GUID = 6390D8AA-E0E6-4625-A515-9BB2DC7BBCAB MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = MachineModeTimerLib # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = RISCV64 # [Sources] [Sources.RISCV64] MachineModeTimerLib.S [Packages] MdePkg/MdePkg.dec Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec [LibraryClasses] RiscVCpuLib RiscVPlatformTimerLib