mirror of https://github.com/acidanthera/audk.git
28 lines
728 B
INI
28 lines
728 B
INI
## @file
|
|
# Library that implements the helper functions to parse and pack a
|
|
# Transfer List according to the A-profile Firmware Handoff Specification.
|
|
#
|
|
# Copyright (c) 2024, Arm Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001C
|
|
BASE_NAME = ArmTransferListLib
|
|
FILE_GUID = 3BD1750F-FB52-4AA8-B91E-D00EFA5D7D29
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ArmTransferListLib
|
|
|
|
[Sources]
|
|
ArmTransferListLib.c
|
|
|
|
[Packages]
|
|
ArmPkg/ArmPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|