mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 04:24:39 -04:00
Add TDX bazel files
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
bda999d54e
commit
c478df36fa
10 changed files with 30 additions and 23 deletions
12
measurement-reader/internal/tdx/BUILD.bazel
Normal file
12
measurement-reader/internal/tdx/BUILD.bazel
Normal file
|
@ -0,0 +1,12 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "tdx",
|
||||
srcs = ["tdx.go"],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/measurement-reader/internal/tdx",
|
||||
visibility = ["//measurement-reader:__subpackages__"],
|
||||
deps = [
|
||||
"//internal/attestation/tdx",
|
||||
"//measurement-reader/internal/sorted",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue