48 lines
1.4 KiB
INI
48 lines
1.4 KiB
INI
## @file
|
|
# Component description file for the Cpu library.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2019, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = BaseInsydeChipsetLib
|
|
FILE_GUID = 51ABC5B4-F90E-434b-B07A-5A26C6FE3A8F
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = BaseInsydeChipsetLib
|
|
|
|
[Sources]
|
|
GetNextPowerOfTwo64.c
|
|
GetOnePowerOfTwo64.c
|
|
GetTheadCoreCount.c
|
|
GetValidMtrrAddress.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
#[-start-200131-IB16740000-add]# for build error in RC1033
|
|
ClientOneSiliconPkg/SiPkg.dec
|
|
#[-end-200131-IB16740000-add]#
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
PciExpressLib
|
|
BaseLib
|
|
CommonEcLib
|
|
PcdLib
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdCrbBoard
|
|
|