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 <yun.lou@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			944 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			944 B
		
	
	
	
		
			INI
		
	
	
	
	
	
## @file
 | 
						|
#  Base CPU Timer Library
 | 
						|
#
 | 
						|
#  Provides basic timer support using CPUID Leaf 0x15 XTAL frequency. The performance
 | 
						|
#  counter features are provided by the processors time stamp counter.
 | 
						|
#
 | 
						|
#  Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
 | 
						|
#  SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
#
 | 
						|
##
 | 
						|
 | 
						|
[Defines]
 | 
						|
  INF_VERSION                    = 0x00010005
 | 
						|
  BASE_NAME                      = BaseCpuTimerLib
 | 
						|
  FILE_GUID                      = F10B5B91-D15A-496C-B044-B5235721AA08
 | 
						|
  MODULE_TYPE                    = BASE
 | 
						|
  VERSION_STRING                 = 1.0
 | 
						|
  LIBRARY_CLASS                  = TimerLib
 | 
						|
  MODULE_UNI_FILE                = BaseCpuTimerLib.uni
 | 
						|
 | 
						|
[Sources]
 | 
						|
  CpuTimerLib.c
 | 
						|
  BaseCpuTimerLib.c
 | 
						|
 | 
						|
[Packages]
 | 
						|
  MdePkg/MdePkg.dec
 | 
						|
  UefiCpuPkg/UefiCpuPkg.dec
 | 
						|
 | 
						|
[LibraryClasses]
 | 
						|
  BaseLib
 | 
						|
  PcdLib
 | 
						|
  DebugLib
 | 
						|
 | 
						|
[Pcd]
 | 
						|
  gUefiCpuPkgTokenSpaceGuid.PcdCpuCoreCrystalClockFrequency  ## CONSUMES
 |