]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
ARM Packages: Corrected non-DOS line endings
[mirror_edk2.git] / ArmPkg / Library / ArmArchTimerLib / ArmArchTimerLib.inf
CommitLineData
da9675a2 1#/** @file\r
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
8# \r
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
11# \r
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
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
30 \r
31\r
32[LibraryClasses]\r
33 DebugLib\r
34 IoLib\r
35 ArmLib\r
36 BaseLib \r
37 \r
38[Protocols]\r
39 \r
40[Guids]\r
41 \r
42[Pcd]\r
43 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz\r
44\r
45[Depex]\r
46 gEfiCpuArchProtocolGuid\r