]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
Cleanup name issues with PCD entries.
[mirror_edk2.git] / Omap35xxPkg / Library / Omap35xxTimerLib / Omap35xxTimerLib.inf
CommitLineData
a3f98646 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.\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BeagleBoardTimerLib\r
23 FILE_GUID = fe1d7183-9abb-42ce-9a3b-36d7c6a8959f\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = TimerLib \r
27\r
28[Sources.common]\r
29 TimerLib.c\r
30\r
31[Packages]\r
32 Omap35xxPkg/Omap35xxPkg.dec\r
33 MdePkg/MdePkg.dec\r
34 EmbeddedPkg/EmbeddedPkg.dec\r
35\r
36[LibraryClasses]\r
37 DebugLib\r
38 OmapLib\r
39 IoLib\r
40\r
41[Pcd]\r
55bff42e 42 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz\r
43 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds\r
43263288 44 gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer\r
a3f98646 45\r