Files
slimbootloader/BootloaderCommonPkg/Library/IasImageLib/IasImageLib.inf
T
Maurice Ma 88aa68ac1d Skip IAS image verification if VERIFIED_BOOT is disabled
Current SBL code will assert if HAVE_VERIFIED_BOOT is 0. This patch
added check for PcdVerifiedBootEnabled to decide if IAS verification
is required.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-10-05 17:17:43 -07:00

43 lines
879 B
INI

## @file
# IAS interface library.
#
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = IasImageLib
FILE_GUID = 98D12BA4-FBC0-4CA5-B2A4-16C4C93949F8
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = IasImageLib
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources]
IasImage.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
Crc32Lib
CryptoLib
SecureBootLib
[Guids]
[Pcd]
gPlatformCommonLibTokenSpaceGuid.PcdVerifiedBootEnabled