Files
Guo Dong 49a213d77e feat: Add FitLib
Add FitLib which is required to support FIT image.
New universal payload used FIT image format.

Signed-off-by: Guo Dong <guo.dong@intel.com>
2024-04-24 09:32:51 -07:00

39 lines
763 B
INI

## @file
# Flat Image Tree library class.
#
# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = FitLib
FILE_GUID = C23289EA-855D-480D-A113-691BFB8187BC
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = FitLib
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Guids]
[Sources]
FitLib.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
BaseMemoryLib
FdtLib
[Pcd]