1# This file is automatically generated by Pigweed's environment setup. Do not
2# edit it manually or check it in.
3
4# Relative paths are interpreted with respect to this file, which helps
5# determine the correct path even if the source root changes.
6declare_args() {
7 pw_env_setup_CIPD_ARM = get_path_info("../.environment/cipd/packages/arm", "abspath")
8 pw_env_setup_CIPD_PIGWEED = get_path_info("../.environment/cipd/packages/pigweed", "abspath")
9 pw_env_setup_CIPD_PYTHON = get_path_info("../.environment/cipd/packages/python", "abspath")
10 pw_env_setup_CIPD_ZAP = get_path_info("../.environment/cipd/packages/zap", "abspath")
11 pw_env_setup_VIRTUAL_ENV = get_path_info("../.environment/pigweed-venv", "abspath")
12}