aboutsummaryrefslogtreecommitdiff
path: root/pw_build
diff options
context:
space:
mode:
authorOctavian Purdila <tavip@google.com>2023-10-11 20:24:39 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-11 20:24:39 +0000
commit462a39c178dba43c77c8910d010b85673a60aba3 (patch)
tree8b9d72a8e730fe59c0fb7d0208fcda83d742540a /pw_build
parentde8254e82533bfd9b5d11de8a6492b8cbcc02dc2 (diff)
downloadpigweed-462a39c178dba43c77c8910d010b85673a60aba3.tar.gz
pw_emu: Add Emulators Frontend module boilerplate
Change-Id: I7155adbb5f217c86b0705a542d10f4898cf8c26f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/162096 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Octavian Purdila <tavip@google.com>
Diffstat (limited to 'pw_build')
-rw-r--r--pw_build/generated_pigweed_modules_lists.gni4
1 files changed, 4 insertions, 0 deletions
diff --git a/pw_build/generated_pigweed_modules_lists.gni b/pw_build/generated_pigweed_modules_lists.gni
index 5ec56ec60..eb2ac3365 100644
--- a/pw_build/generated_pigweed_modules_lists.gni
+++ b/pw_build/generated_pigweed_modules_lists.gni
@@ -77,6 +77,7 @@ declare_args() {
dir_pw_digital_io_rp2040 = get_path_info("../pw_digital_io_rp2040", "abspath")
dir_pw_docgen = get_path_info("../pw_docgen", "abspath")
dir_pw_doctor = get_path_info("../pw_doctor", "abspath")
+ dir_pw_emu = get_path_info("../pw_emu", "abspath")
dir_pw_env_setup = get_path_info("../pw_env_setup", "abspath")
dir_pw_file = get_path_info("../pw_file", "abspath")
dir_pw_function = get_path_info("../pw_function", "abspath")
@@ -240,6 +241,7 @@ declare_args() {
dir_pw_digital_io_rp2040,
dir_pw_docgen,
dir_pw_doctor,
+ dir_pw_emu,
dir_pw_env_setup,
dir_pw_file,
dir_pw_function,
@@ -391,6 +393,7 @@ declare_args() {
"$dir_pw_digital_io_rp2040:tests",
"$dir_pw_docgen:tests",
"$dir_pw_doctor:tests",
+ "$dir_pw_emu:tests",
"$dir_pw_env_setup:tests",
"$dir_pw_file:tests",
"$dir_pw_function:tests",
@@ -542,6 +545,7 @@ declare_args() {
"$dir_pw_digital_io_rp2040:docs",
"$dir_pw_docgen:docs",
"$dir_pw_doctor:docs",
+ "$dir_pw_emu:docs",
"$dir_pw_env_setup:docs",
"$dir_pw_file:docs",
"$dir_pw_function:docs",