## @file # Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER # #****************************************************************************** #* Copyright (c) 2018, 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. #* #****************************************************************************** ## # Capsule library instance for DXE_DRIVER, DXE_RUNTIME_DRIVER # # Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = ChipsetCapsuleRecoveryLib FILE_GUID = AAE79E6D-527D-4268-9B51-E10EF472A78D MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = ChipsetCapsuleRecoveryLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] ChipsetCapsuleRecoveryLib.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec [LibraryClasses] UefiLib BaseMemoryLib MemoryAllocationLib DebugLib UefiBootServicesTableLib MeShowBufferLib PciSegmentLib HeciInitLib PrintLib ChipsetSignatureLib VariableLib ChipsetCapsuleLib UefiRuntimeServicesTableLib [Pcd] gInsydeTokenSpaceGuid.PcdSecureFlashCertificateFile gInsydeTokenSpaceGuid.PcdOsIndicationsSupported gInsydeTokenSpaceGuid.PcdCapsuleMaxResult [FixedPcd] gInsydeTokenSpaceGuid.PcdFirmwareResourceMaximum [Guids] gEfiFileInfoGuid gEfiCertX509Guid gSecureFlashInfoGuid gMeUpdCountGuid [Protocols] gEfiSimpleFileSystemProtocolGuid gEfiFirmwareVolume2ProtocolGuid