microsoft/mu_feature_ffa

Public

mirrored from https://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
89ca181ebb27a1bf7b8d4e233fb5945e10880437

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/Library/ArmArchTimerLibEx/ArmArchTimerLibEx.inf

34lines · modecode

1#/** @file
2#
3# Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.<BR>
4# SPDX-License-Identifier: BSD-2-Clause-Patent
5#
6#**/
7
8#Override : 00000002 | ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf | 58303544f83e8852318d47fc574055cf | 2025-02-15T01-26-20 | d3e78a0eb97d637432a56655052d842879f36922
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = ArmArchTimerLibEx
13 FILE_GUID = acb06836-a3e0-456c-8093-7125edccc62e
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = TimerLib
17 CONSTRUCTOR = TimerConstructorEx
18
19[Sources.common]
20 ArmArchTimerLibEx.c
21
22[Packages]
23 MdePkg/MdePkg.dec
24 EmbeddedPkg/EmbeddedPkg.dec
25 ArmPkg/ArmPkg.dec
26
27[LibraryClasses]
28 DebugLib
29 ArmLib
30 BaseLib
31 ArmGenericTimerCounterLib
32
33[Pcd]
34 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz
35