]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / ArmArchTimerLib / ArmArchTimerLib.inf
CommitLineData
da9675a2 1#/** @file\r
3402aac7 2#\r
31d196c1 3# Copyright (c) 2011-2012, ARM Limited. All rights reserved.<BR>\r
da9675a2 4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
3402aac7 8#\r
da9675a2 9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 11#\r
da9675a2 12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArmArchTimerLib\r
17 FILE_GUID = 82da1b44-d2d6-4a7d-bbf0-a0cb67964034\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
3402aac7 20 LIBRARY_CLASS = TimerLib\r
31d196c1 21 CONSTRUCTOR = TimerConstructor\r
da9675a2 22\r
23[Sources.common]\r
24 ArmArchTimerLib.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 EmbeddedPkg/EmbeddedPkg.dec\r
29 ArmPkg/ArmPkg.dec\r
3402aac7 30\r
da9675a2 31\r
32[LibraryClasses]\r
33 DebugLib\r
34 IoLib\r
35 ArmLib\r
3402aac7
RC
36 BaseLib\r
37\r
da9675a2 38[Protocols]\r
3402aac7 39\r
da9675a2 40[Guids]\r
3402aac7 41\r
da9675a2 42[Pcd]\r
43 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz\r
44\r
45[Depex]\r
46 gEfiCpuArchProtocolGuid\r