Lines Matching +full:mbedtls +full:- +full:version
3 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
7 # https://www.apache.org/licenses/LICENSE-2.0
18 import("mbedtls.gni")
21 # All source files for mbedtls-2.26.0 released on 2021-03-12
99 "library/version.c",
111 # All source files for mbedtls-3.2.1 released on 2022-07-12
209 "library/version.c",
229 "$dir_pw_third_party/mbedtls",
232 "-Wno-error=cast-qual",
233 "-Wno-error=redundant-decls",
234 "-w",
237 get_label_info(":mbedtls", "dir"))
247 pw_source_set("mbedtls") {
249 # both ":mbedtls" and ":mbedtls_v3" depending on if the underlying
250 # mbedtls git is 2.x or 3.x.
269 # both ":mbedtls" and ":mbedtls_v3" depending on if the underlying
270 # mbedtls git is 2.x or 3.x.
287 group("mbedtls") {