android13/external/pigweed/third_party/mbedtls
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
configs initial 2024-06-22 20:45:49 +08:00
BUILD.bazel initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
mbedtls.gni initial 2024-06-22 20:45:49 +08:00

README.md

MbedTLS Library

The folder provides build scripts and configuration recipes for building the MbedTLS library. The source code needs to be downloaded by the user, or via the support in pw_package "pw package install mbedtls". For gn build, set dir_pw_third_party_mbedtls to point to the path of the source code. For applications using MbedTLS, add $dir_pw_third_party/mbedtls to the dependency list. The config header can be set using gn variable pw_third_party_mbedtls_CONFIG_HEADER.