mirror of https://github.com/acidanthera/audk.git
39 lines
982 B
INI
39 lines
982 B
INI
## @file
|
|
# SPDM library.
|
|
#
|
|
# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = SpdmTransportPciDoeLib
|
|
FILE_GUID = 21094151-1A91-4261-8EB7-C94453491FF8
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = SpdmTransportPciDoeLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 AARCH64
|
|
#
|
|
|
|
[Sources]
|
|
libspdm/library/spdm_transport_pcidoe_lib/libspdm_doe_common.c
|
|
libspdm/library/spdm_transport_pcidoe_lib/libspdm_doe_pcidoe.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
CryptoPkg/CryptoPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
SpdmSecuredMessageLib
|
|
MemLibWrapper
|