77 lines
1.9 KiB
INI
77 lines
1.9 KiB
INI
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2014 - 2020, 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.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = SmbiosUpdateDxe
|
|
FILE_GUID = 453253B9-A204-46e4-B873-CA2249DA4888
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = SmbiosUpdateInit
|
|
|
|
[Sources]
|
|
SmbiosUpdateDxe.c
|
|
SmbiosType14CreateFviGroup.c
|
|
|
|
[Packages]
|
|
$(PROJECT_PKG)/Project.dec
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
#ClientSiliconPkg/ClientSiliconPkg.dec
|
|
IntelSiliconPkg/IntelSiliconPkg.dec
|
|
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
IoLib
|
|
DebugLib
|
|
PcdLib
|
|
UefiRuntimeServicesTableLib
|
|
UefiLib
|
|
CommonSmbiosLib
|
|
ConfigBlockLib
|
|
H2OCpLib
|
|
DxeFirmwareVersionInfoLib
|
|
DxeSmbiosDataHobLib
|
|
|
|
|
|
[Protocols]
|
|
gEfiSmbiosProtocolGuid
|
|
gMemInfoProtocolGuid
|
|
gEfiPciRootBridgeIoProtocolGuid
|
|
gSaPolicyProtocolGuid
|
|
|
|
[Guids]
|
|
gMemoryDxeConfigGuid
|
|
gEfiEndOfDxeEventGroupGuid
|
|
gH2OBdsCpReadyToBootAfterGuid
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdH2OBdsCpReadyToBootAfterSupported
|
|
|
|
[Pcd]
|
|
gChipsetPkgTokenSpaceGuid.PcdMeMiscConfigFviSmbiosType
|
|
gChipsetPkgTokenSpaceGuid.PcdSmbiosType20PartitionRowPosition
|
|
|
|
[Depex]
|
|
gEfiSmbiosProtocolGuid AND
|
|
gEfiPciRootBridgeIoProtocolGuid AND
|
|
gSaPolicyProtocolGuid AND
|
|
gMemInfoProtocolGuid
|