## @file # Component description file for Capsule Processor Dxe module. # #****************************************************************************** #* Copyright (c) 2020, 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 = BtGAcmCapsuleDxe FILE_GUID = 5A21048B-A049-4AB8-9003-9B86C6215D65 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = ChipsetBtGAcmFWUEntryPoint [sources.common] BtGAcmCapsuleDxe.c BtGAcmCapsuleDxe.h [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec $(PLATFORM_SAMPLE_CODE_DEC_NAME)/PlatformPkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec [LibraryClasses] BaseLib UefiLib PcdLib UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiDriverEntryPoint BaseMemoryLib MemoryAllocationLib DevicePathLib DebugLib ChipsetCapsuleLib ChipsetSignatureLib BvdtLib OemGraphicsLib MeTypeLib H2OCpLib [Protocols] gEfiFirmwareManagementProtocolGuid [Guids] gEfiSystemResourceTableGuid gEfiFmpCapsuleGuid gEfiCertX509Guid gSecureFlashInfoGuid gWindowsUxCapsuleGuid gTxtInfoHobGuid gFmpCapsuleInfoGuid gSysFwUpdateProgressGuid [Pcd] gInsydeTokenSpaceGuid.PcdCapsuleMaxResult gInsydeTokenSpaceGuid.PcdSecureFlashCertificateFile gInsydeTokenSpaceGuid.PcdOsIndicationsSupported gChipsetPkgTokenSpaceGuid.PcdLowestSupportedBtGAcmVersion gChipsetPkgTokenSpaceGuid.PcdWindowsBtGAcmFirmwareCapsuleGuid gChipsetPkgTokenSpaceGuid.PcdChasmFallsSupport gChipsetPkgTokenSpaceGuid.PcdFlashFirmwareBinariesFvBase gChipsetPkgTokenSpaceGuid.PcdFlashFirmwareBinariesFvSize gChipsetPkgTokenSpaceGuid.PcdFlashFirmwareBinariesBtGAcmAlignmentOffset [FixedPcd] gInsydeTokenSpaceGuid.PcdFirmwareResourceMaximum [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid [BuildOptions] MSFT:*_VS2015_*_DLINK_FLAGS = /LTCG:OFF MSFT:*_VS2015x86_*_DLINK_FLAGS = /LTCG:OFF MSFT:*_VS2017_*_DLINK_FLAGS = /LTCG:OFF MSFT:*_VS2019_*_DLINK_FLAGS = /LTCG:OFF MSFT:*_DEVTLSxVC14_*_DLINK_FLAGS = /LTCG:OFF