//asylo/bazel:asylo_deps.bzl
asylo_backend_deps
asylo_backend_deps()
Macro to include Asylo’s tools for defining a backend.
asylo_deps
asylo_deps(toolchain_path)
Macro to include Asylo’s critical dependencies in a WORKSPACE.
Parameters
toolchain_path |
optional. default is None
The absolute path to the installed Asylo toolchain. This can be omitted if the path is the first line of /usr/local/share/asylo/default_toolchain_location |
asylo_disable_transitions
asylo_disable_transitions()
Serves as a workspace-wide transition-disable flag.
asylo_go_deps
asylo_go_deps()
Macro to include Asylo’s Go dependencies in a WORKSPACE.
asylo_testonly_deps
asylo_testonly_deps()
Macro to include Asylo’s testing-only dependencies in a WORKSPACE.