mirror of https://github.com/acidanthera/audk.git
37 lines
876 B
INI
37 lines
876 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 = SpdmDeviceSecretLibNull
|
||
|
FILE_GUID = E2FFA5F9-CD19-4B63-AE3E-7EA288243EED
|
||
|
MODULE_TYPE = BASE
|
||
|
VERSION_STRING = 1.0
|
||
|
LIBRARY_CLASS = SpdmDeviceSecretLib
|
||
|
|
||
|
#
|
||
|
# The following information is for reference only and not required by the build tools.
|
||
|
#
|
||
|
# VALID_ARCHITECTURES = IA32 X64 AARCH64
|
||
|
#
|
||
|
|
||
|
[Sources]
|
||
|
libspdm/os_stub/spdm_device_secret_lib_null/lib.c
|
||
|
|
||
|
[Packages]
|
||
|
MdePkg/MdePkg.dec
|
||
|
SecurityPkg/SecurityPkg.dec
|
||
|
CryptoPkg/CryptoPkg.dec
|
||
|
|
||
|
[LibraryClasses]
|
||
|
BaseLib
|
||
|
BaseMemoryLib
|
||
|
DebugLib
|
||
|
MemLibWrapper
|