CryptoPkg: Add Mbedtls submodule in CI

Change CI for new Mbedtls submodule.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4177

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Yi Li <yi1.li@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Signed-off-by: Wenxing Hou <wenxing.hou@intel.com>
Reviewed-by: Yi Li <yi1.li@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
Wenxing Hou
2023-08-21 10:25:43 +08:00
committed by mergify[bot]
parent c5fedb030a
commit 26754b3707
5 changed files with 35 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
/** @file
MbedTlsLib class with APIs from the mbedtls project
Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef MBEDTLS_LIB_H_
#define MBEDTLS_LIB_H_
#endif