tree: 9fae156178317edce995b9147c6422da8dde840c [path history] [tgz]
  1. BUILD.gn
  2. config_baremetal_exp.h
  3. generate_sources_gni.py
  4. README.md
  5. sources.gni
third_party/mbedtls/README.md

Mbedtls Library

The folder hosts mbedtls third party library. The source code is in src folder. A build script BUILD.gn is provided and defines a library target for baremtal use. A number of features are disabled. See config_baremetal_exp.h for more detail. To use the target, add //third_party/mbedtls:mbedtls_lib_baremetal to the dependency list.

sources.gni contains the list of source files for building. It is generated by generate_sources_gni.py based on current version of the source code. If source version bumps up, it may be necessary to re-run the script to keep the file in sync. The longer term plan is to set up auto-roll and update the file as part of the rolling process.