From 5eb2de2d98e8d9deed2d9482a0dcbb67ab369287 Mon Sep 17 00:00:00 2001 From: "Lou, Yun" Date: Sat, 10 Apr 2021 23:23:16 +0800 Subject: UefiCpuPkg/CpuTimerLib: Update LIBRARY_CLASS of Base instance. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2832 Update LIBRARY_CLASS of BaseCpuTimerLib to remove the usage limitation, otherwise the Base instance cannot be used in some types of modules. Signed-off-by: Jason Lou Reviewed-by: Ray Ni Cc: Eric Dong Cc: Laszlo Ersek Cc: Rahul Kumar --- UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UefiCpuPkg') diff --git a/UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf b/UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf index fd93adc5f1..de0648de91 100644 --- a/UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf +++ b/UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf @@ -4,7 +4,7 @@ # Provides basic timer support using CPUID Leaf 0x15 XTAL frequency. The performance # counter features are provided by the processors time stamp counter. # -# Copyright (c) 2019, Intel Corporation. All rights reserved.
+# Copyright (c) 2021, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -15,7 +15,7 @@ FILE_GUID = F10B5B91-D15A-496C-B044-B5235721AA08 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM + LIBRARY_CLASS = TimerLib MODULE_UNI_FILE = BaseCpuTimerLib.uni [Sources] -- cgit v1.2.3