## @file # #****************************************************************************** #* Copyright (c) 2016 - 2021, 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 = AsfSecureBootDxe FILE_GUID = FEEA2404-752E-4E6E-823C-877D848CB12B MODULE_TYPE = DXE_DRIVER PI_SPECIFICATION_VERSION = 0x0001000A VERSION_STRING = 1.0 ENTRY_POINT = AsfSecureBootDxeEntrypoint [Sources] AsfSecureBootDxe.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec $(CHIPSET_REF_CODE_PKG)/SiPkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec AlderLakePlatSamplePkg/PlatformPkg.dec [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib UefiRuntimeServicesTableLib BaseLib BaseMemoryLib MemoryAllocationLib DebugLib UefiLib VariableLib PostCodeLib [Guids] gAsfSecureBootVariableGuid gEfiGenericVariableGuid [Protocols] gEdkiiVariableLockProtocolGuid gAmtWrapperProtocolGuid gEfiNonVolatileVariableProtocolGuid gEfiSmmCommunicationProtocolGuid gEfiSmmVariableProtocolGuid [Pcd] gInsydeTokenSpaceGuid.PcdSoftwareSmiPort [Depex] TRUE [BuildOptions] MSFT:*_*_*_CC_FLAGS = /Od