You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
d111dcb12a
Unified interface is added in TpmLib to extend stage and OS Image digest. For Container OS Image this interface is added as callback functionality. IAS image utilizes same functionality to extend TPM digest. Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
39 lines
940 B
INI
39 lines
940 B
INI
## @file
|
|
#
|
|
# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = BootloaderCommonLib
|
|
FILE_GUID = 12E7B4D9-BC4B-4BE2-9988-6CEC92D6C683
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = BootloaderCommonLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF
|
|
#
|
|
|
|
[Sources]
|
|
BootloaderCommonLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
BootloaderCommonPkg/BootloaderCommonPkg.dec
|
|
|
|
[Pcd]
|
|
gPlatformCommonLibTokenSpaceGuid.PcdMaxLibraryDataEntry
|
|
gPlatformCommonLibTokenSpaceGuid.PcdDebugOutputDeviceMask
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
DebugLib
|
|
BootloaderLib
|
|
HobLib
|
|
TpmLib
|