48 lines
1.4 KiB
INI
48 lines
1.4 KiB
INI
## @file
|
|
# Component description file for FirmwareAuthenticationLib module.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 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 = FirmwareAuthenticationLib
|
|
FILE_GUID = 57DEA01A-2D23-4BF0-B8BF-E3F25693BE63
|
|
MODULE_TYPE = BASE
|
|
LIBRARY_CLASS = FirmwareAuthenticationLib
|
|
|
|
[Sources]
|
|
FirmwareAuthentication.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
MemoryAllocationLib
|
|
BaseCryptLib
|
|
RetrieveSpecificFfsInFvLib
|
|
|
|
[Guids]
|
|
gEfiFirmwareFileSystem2Guid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdUnsignedFvKeyFile
|
|
|
|
[FixedPcd]
|
|
gInsydeTokenSpaceGuid.PcdSecureFlashPublicKeyFile
|
|
gInsydeTokenSpaceGuid.PcdFlashAreaSize
|
|
|
|
[FeaturePcd]
|
|
gInsydeTokenSpaceGuid.PcdSecureFlashSupported
|
|
gInsydeTokenSpaceGuid.PcdUnsignedFvSupported
|
|
|