60 lines
1.6 KiB
INI
60 lines
1.6 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2016, 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 = AsfSecureBootSmm
|
|
FILE_GUID = F3A3FCA1-466F-4978-AC84-2EA70FAE2BA2
|
|
MODULE_TYPE = DXE_SMM_DRIVER
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = AsfSecureBootSmmEntrypoint
|
|
|
|
[Sources]
|
|
AsfSecureBootSmm.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
SmmServicesTableLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
DebugLib
|
|
UefiLib
|
|
VariableLib
|
|
|
|
[Guids]
|
|
gAsfSecureBootVariableGuid
|
|
gEfiGenericVariableGuid
|
|
|
|
[Protocols]
|
|
gEfiSmmBase2ProtocolGuid
|
|
gEfiSmmSwDispatch2ProtocolGuid
|
|
gEfiSmmCpuProtocolGuid
|
|
gEdkiiSmmReadyToBootProtocolGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdSoftwareSmiPort
|
|
|
|
[Depex]
|
|
gEfiSmmSwDispatch2ProtocolGuid AND
|
|
gEfiSmmCpuProtocolGuid
|
|
|