55 lines
1.4 KiB
INI
55 lines
1.4 KiB
INI
## @file
|
|
#
|
|
#;******************************************************************************
|
|
#;* Copyright (c) 1983-2014, Insyde Software Corporation. 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.
|
|
#;*
|
|
#;******************************************************************************
|
|
# Module Name:
|
|
#
|
|
# MemoryThermal.inf
|
|
#
|
|
# Abstract:
|
|
#
|
|
#
|
|
#
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MemoryThermalDxe
|
|
FILE_GUID = 94043167-FDF5-4142-8EE8-FDAE716AFB91
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = MemoryThermalEntryPoint
|
|
|
|
[Sources]
|
|
MemoryThermal.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
MemoryAllocationLib
|
|
PciLib
|
|
DxeInsydeChipsetLib
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdSetupConfigSize
|
|
|
|
[Depex]
|
|
TRUE
|
|
# gEfiVariableArchProtocolGuid AND
|
|
# gEfiVariableWriteArchProtocolGuid AND
|
|
# gEfiSetupUtilityProtocolGuid
|