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