You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
88aa68ac1d
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>
43 lines
879 B
INI
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
|