52 lines
1.4 KiB
INI
52 lines
1.4 KiB
INI
## @file
|
|
# Component description file for the CMOS library.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2017, 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 = PeiKernelConfigLib
|
|
FILE_GUID = 78C65E38-6242-41B5-B6A1-51A6759602C4
|
|
MODULE_TYPE = PEIM
|
|
LIBRARY_CLASS = KernelConfigLib
|
|
|
|
[Sources]
|
|
PeiKernelConfigLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
# $(PLATFORM_SAMPLE_CODE_DEC_NAME)/$(PLATFORM_SAMPLE_CODE_DEC_NAME).dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PcdLib
|
|
PeiServicesLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
HobLib
|
|
|
|
[Guids]
|
|
gSystemConfigurationGuid
|
|
gSetupDefaultHobGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdSetupDataInvalid
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|
|
|
|
[Ppis]
|
|
gEfiPeiReadOnlyVariable2PpiGuid
|
|
|