]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / Library / Omap35xxTimerLib / Omap35xxTimerLib.inf
1 #/** @file
2 # Timer library implementation
3 #
4 # A non-functional instance of the Timer Library that can be used as a template
5 # for the implementation of a functional timer library instance. This library instance can
6 # also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
7 # services as well as EBC modules that require timer services
8 # Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = BeagleBoardTimerLib
18 FILE_GUID = fe1d7183-9abb-42ce-9a3b-36d7c6a8959f
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = TimerLib
22
23 [Sources.common]
24 TimerLib.c
25
26 [Packages]
27 Omap35xxPkg/Omap35xxPkg.dec
28 MdePkg/MdePkg.dec
29 EmbeddedPkg/EmbeddedPkg.dec
30
31 [LibraryClasses]
32 DebugLib
33 OmapLib
34 IoLib
35
36 [Pcd]
37 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz
38 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds
39 gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer
40