62 lines
1.9 KiB
INI
62 lines
1.9 KiB
INI
## @file
|
|
# Component description file for VbiosHook module
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 2017, 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 = VbiosHookSmm
|
|
FILE_GUID = 87E4A8F8-B74A-40b5-B019-E10A5DE11236
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = VbiosHookEntryPoint
|
|
|
|
[Sources]
|
|
VbiosHook.c
|
|
|
|
[Packages]
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(PROJECT_PKG)/Project.dec
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
PciExpressLib
|
|
DebugLib
|
|
SmmOemSvcChipsetLibDefault
|
|
BaseOemSvcChipsetLibDefault
|
|
PciLib
|
|
SmmServicesTableLib
|
|
MemoryAllocationLib
|
|
VariableLib
|
|
|
|
[Protocols]
|
|
gEfiSetupUtilityProtocolGuid
|
|
gEfiSmmInt15ServiceProtocolGuid
|
|
gEfiLegacyBiosProtocolGuid
|
|
gEfiSmmBase2ProtocolGuid
|
|
|
|
[Guids]
|
|
gSystemConfigurationGuid
|
|
gSaSetupVariableGuid
|
|
|
|
[Pcd]
|
|
gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
|
|
|
|
[Depex]
|
|
gEfiSmmInt15ServiceProtocolGuid AND
|
|
gEfiSmmInt15ServiceProtocol2Guid # This is installed by PlatformSmm.inf to make sure gEfiSmmInt15ServiceProtocolGuid is ready on SMM
|