Files
slimbootloader/BootloaderCommonPkg/Library/ContainerLib/ContainerLib.inf
T
Maurice Ma 93b2e96d8e Add ContainerLib to support sub-region
This patch added a ContainerLib to support load and location a
component from a specified container. It copies the component
from flash to memory, authenticate it, and then decompress it if
required. It can also be used to support load component from flash
map in SBL stage2 or payload, such as payload or e-payload.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-07-31 09:32:00 -07:00

32 lines
764 B
INI

## @file
# Container Library Instance.
#
# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ContainerLib
FILE_GUID = F7EAF992-7473-4232-B1D2-4A798E92722A
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = ContainerLib
[Sources]
ContainerLib.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
BaseLib
DebugLib
SecureBootLib
DecompressLib
[Pcd]
gPlatformCommonLibTokenSpaceGuid.PcdContainerMaxNumber
gPlatformCommonLibTokenSpaceGuid.PcdVerifiedBootEnabled