]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf
UefiCpuPkg: Remove alignment check when calculate microcode size.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuTimerLib / BaseCpuTimerLib.inf
CommitLineData
30781feb
DK
1## @file\r
2# Base CPU Timer Library\r
3#\r
4# Provides basic timer support using CPUID Leaf 0x15 XTAL frequency. The performance\r
5# counter features are provided by the processors time stamp counter.\r
6#\r
7# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = BaseCpuTimerLib\r
15 FILE_GUID = F10B5B91-D15A-496C-B044-B5235721AA08\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM\r
19 MODULE_UNI_FILE = BaseCpuTimerLib.uni\r
20\r
21[Sources]\r
22 CpuTimerLib.c\r
23 BaseCpuTimerLib.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 UefiCpuPkg/UefiCpuPkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 PcdLib\r
32 DebugLib\r
33\r
34[Pcd]\r
35 gUefiCpuPkgTokenSpaceGuid.PcdCpuCoreCrystalClockFrequency ## CONSUMES\r