mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
This is preparation patch for TpmLib. To build TCG TPM v2.0 Reference Library[0], standard header files (e.x) stdio.h, stdlib.h and etc. Copy all of those files from CryptoPkg. Link: https://github.com/TrustedComputingGroup/TPM [0] Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
9 lines
236 B
C
9 lines
236 B
C
/** @file
|
|
Include file to support building the third-party cryptographic library.
|
|
|
|
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#include <CrtLibSupport.h>
|