]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPlatformPkg / Library / SP804TimerLib / SP804TimerLib.inf
CommitLineData
1e57a462 1#/** @file\r
2# Timer library implementation\r
3# \r
4# \r
5# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SP804TimerLib\r
19 FILE_GUID = 09cefa99-0d07-487f-a651-fb44f094b1c7 \r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = TimerLib\r
23 \r
24 CONSTRUCTOR = TimerConstructor\r
25\r
26[Sources.common]\r
27 SP804TimerLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 ArmPkg/ArmPkg.dec\r
32 ArmPlatformPkg/ArmPlatformPkg.dec\r
33 EmbeddedPkg/EmbeddedPkg.dec\r
34\r
35[LibraryClasses]\r
36 DebugLib\r
37 IoLib\r
38 BaseLib\r
39\r
40[Pcd]\r
41 gArmPlatformTokenSpaceGuid.PcdSP804TimerFrequencyInMHz\r
42 gArmPlatformTokenSpaceGuid.PcdSP804TimerPerformanceBase\r
43 gArmPlatformTokenSpaceGuid.PcdSP804TimerMetronomeBase\r
44 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz\r