56 lines
1.7 KiB
INI
56 lines
1.7 KiB
INI
## @file
|
|
# Component description file for FirmwareAuthenticationLib module.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2020 - 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 = FirmwareAuthenticationLibSysFw
|
|
FILE_GUID = 63B1ADB9-0A8A-4749-920C-F527290FFBE4
|
|
MODULE_TYPE = PEIM
|
|
LIBRARY_CLASS = FirmwareAuthenticationLib
|
|
|
|
[Sources]
|
|
FirmwareAuthentication.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
$(CHIPSET_REF_CODE_PKG)/SiPkg.dec
|
|
$(PLATFORMSAMPLE_PACKAGE)/PlatformPkg.dec
|
|
AlderLakeBoardPkg/BoardPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
MemoryAllocationLib
|
|
BaseCryptLib
|
|
RetrieveSpecificFfsInFvLib
|
|
HobLib
|
|
|
|
[Guids]
|
|
gEfiFirmwareFileSystem2Guid
|
|
gSysFwUpdateProgressGuid
|
|
gSysFwUpdateDigiestGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdUnsignedFvKeyFile
|
|
gChipsetPkgTokenSpaceGuid.PcdWindowsMonolithicFirmwareCapsuleGuid
|
|
|
|
[FixedPcd]
|
|
gInsydeTokenSpaceGuid.PcdSecureFlashPublicKeyFile
|
|
gInsydeTokenSpaceGuid.PcdFlashAreaSize
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdSecureFlashSupported
|
|
gInsydeTokenSpaceGuid.PcdUnsignedFvSupported
|
|
|