blob: fd42681f26588928f19e8c9bd0c8aa671413c4a6 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"credactivation_compat.go",
"tpm.go",
],
importpath = "git.monogon.dev/source/nexantic.git/metropolis/node/core/tpm",
visibility = ["//visibility:public"],
deps = [
"//metropolis/node/common/sysfs:go_default_library",
"//metropolis/node/core/logtree:go_default_library",
"@com_github_gogo_protobuf//proto:go_default_library",
"@com_github_google_go_tpm//tpm2:go_default_library",
"@com_github_google_go_tpm//tpmutil:go_default_library",
"@com_github_google_go_tpm_tools//proto:go_default_library",
"@com_github_google_go_tpm_tools//tpm2tools:go_default_library",
"@com_github_pkg_errors//:go_default_library",
"@org_golang_x_sys//unix:go_default_library",
],
)