]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
ArmPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / ArmPkg / Library / ArmGenericTimerPhyCounterLib / ArmGenericTimerPhyCounterLib.inf
CommitLineData
cece12d3
AB
1#/** @file\r
2# Implement ArmGenericTimerCounterLib using the physical timer\r
3#\r
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
5#\r
4059386c 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cece12d3
AB
7#\r
8#\r
9#**/\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = ArmGenericTimerPhyCounterLib\r
14 FILE_GUID = 7A07E61D-9967-407F-AE85-2EB0B50BEF2C\r
15 MODULE_TYPE = BASE\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = ArmGenericTimerCounterLib\r
18\r
19[Sources]\r
20 ArmGenericTimerPhyCounterLib.c\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 ArmPkg/ArmPkg.dec\r
25\r
26[LibraryClasses]\r
27 ArmLib\r
28 BaseLib\r