]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / BeagleBoardPkg / Library / BeagleBoardTimerLib / BeagleBoardTimerLib.inf
1 #%HEADER%
2 #/** @file
3 # Timer library implementation
4 #
5 # A non-functional instance of the Timer Library that can be used as a template
6 # for the implementation of a functional timer library instance. This library instance can
7 # also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
8 # services as well as EBC modules that require timer services
9 # Copyright (c) 2007, Intel Corporation.
10 #
11 # All rights reserved. This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 #**/
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = BeagleBoardTimerLib
24 FILE_GUID = fe1d7183-9abb-42ce-9a3b-36d7c6a8959f
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = TimerLib
28
29 [Sources.common]
30 TimerLib.c
31
32 [Packages]
33 BeagleBoardPkg/BeagleBoardPkg.dec
34 MdePkg/MdePkg.dec
35 EmbeddedPkg/EmbeddedPkg.dec
36
37 [LibraryClasses]
38 DebugLib
39 OmapLib
40 IoLib
41
42 [Pcd]
43 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFreqencyInHz
44 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterPeriodInNanoseconds
45 gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer
46