aboutsummaryrefslogtreecommitdiff
path: root/pw_build/generated_pigweed_modules_lists.gni
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/generated_pigweed_modules_lists.gni')
-rw-r--r--pw_build/generated_pigweed_modules_lists.gni8
1 files changed, 8 insertions, 0 deletions
diff --git a/pw_build/generated_pigweed_modules_lists.gni b/pw_build/generated_pigweed_modules_lists.gni
index 265324718..77cec9182 100644
--- a/pw_build/generated_pigweed_modules_lists.gni
+++ b/pw_build/generated_pigweed_modules_lists.gni
@@ -28,6 +28,7 @@
# Declare a build arg for each module.
declare_args() {
dir_docker = get_path_info("../docker", "abspath")
+ dir_pw_alignment = get_path_info("../pw_alignment", "abspath")
dir_pw_allocator = get_path_info("../pw_allocator", "abspath")
dir_pw_analog = get_path_info("../pw_analog", "abspath")
dir_pw_android_toolchain = get_path_info("../pw_android_toolchain", "abspath")
@@ -152,6 +153,7 @@ declare_args() {
dir_pw_thread_freertos = get_path_info("../pw_thread_freertos", "abspath")
dir_pw_thread_stl = get_path_info("../pw_thread_stl", "abspath")
dir_pw_thread_threadx = get_path_info("../pw_thread_threadx", "abspath")
+ dir_pw_thread_zephyr = get_path_info("../pw_thread_zephyr", "abspath")
dir_pw_tls_client = get_path_info("../pw_tls_client", "abspath")
dir_pw_tls_client_boringssl =
get_path_info("../pw_tls_client_boringssl", "abspath")
@@ -176,6 +178,7 @@ declare_args() {
# A list with paths to all Pigweed module. DO NOT SET THIS BUILD ARGUMENT!
pw_modules = [
dir_docker,
+ dir_pw_alignment,
dir_pw_allocator,
dir_pw_analog,
dir_pw_android_toolchain,
@@ -292,6 +295,7 @@ declare_args() {
dir_pw_thread_freertos,
dir_pw_thread_stl,
dir_pw_thread_threadx,
+ dir_pw_thread_zephyr,
dir_pw_tls_client,
dir_pw_tls_client_boringssl,
dir_pw_tls_client_mbedtls,
@@ -311,6 +315,7 @@ declare_args() {
# A list with all Pigweed module test groups. DO NOT SET THIS BUILD ARGUMENT!
pw_module_tests = [
"$dir_docker:tests",
+ "$dir_pw_alignment:tests",
"$dir_pw_allocator:tests",
"$dir_pw_analog:tests",
"$dir_pw_android_toolchain:tests",
@@ -427,6 +432,7 @@ declare_args() {
"$dir_pw_thread_freertos:tests",
"$dir_pw_thread_stl:tests",
"$dir_pw_thread_threadx:tests",
+ "$dir_pw_thread_zephyr:tests",
"$dir_pw_tls_client:tests",
"$dir_pw_tls_client_boringssl:tests",
"$dir_pw_tls_client_mbedtls:tests",
@@ -446,6 +452,7 @@ declare_args() {
# A list with all Pigweed modules docs groups. DO NOT SET THIS BUILD ARGUMENT!
pw_module_docs = [
"$dir_docker:docs",
+ "$dir_pw_alignment:docs",
"$dir_pw_allocator:docs",
"$dir_pw_analog:docs",
"$dir_pw_android_toolchain:docs",
@@ -562,6 +569,7 @@ declare_args() {
"$dir_pw_thread_freertos:docs",
"$dir_pw_thread_stl:docs",
"$dir_pw_thread_threadx:docs",
+ "$dir_pw_thread_zephyr:docs",
"$dir_pw_tls_client:docs",
"$dir_pw_tls_client_boringssl:docs",
"$dir_pw_tls_client_mbedtls:docs",