|
| | build_protob.parser = argparse.ArgumentParser() |
| |
| | build_protob.default |
| |
| | build_protob.False |
| |
| | build_protob.action |
| |
| | build_protob.const |
| |
| | build_protob.True |
| |
| | build_protob.help |
| |
| | build_protob.args = parser.parse_args() |
| |
| | build_protob.CWD = os.path.dirname(os.path.realpath(__file__)) |
| |
| | build_protob.ROOT_DIR = os.path.abspath(os.path.join(CWD, "..", "..", "..", "..")) |
| |
| | build_protob.TREZOR_COMMON = os.path.join(ROOT_DIR, "external", "trezor-common") |
| |
| | build_protob.TREZOR_MESSAGES = os.path.join(CWD, "..", "messages") |
| |
| | build_protob.common_defs = os.path.join(TREZOR_COMMON, "defs") |
| |
| list | build_protob.selected |
| |
| list | build_protob.proto_srcs = [os.path.join(TREZOR_COMMON, "protob", x) for x in selected] |
| |
| list | build_protob.exec_args |
| |