Skip to content

Commit

Permalink
Add a Python proto library for the access policy proto.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673587867
  • Loading branch information
eglanz authored and copybara-github committed Sep 11, 2024
1 parent 7948e88 commit 2d8d0fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcp/protos/confidentialcompute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ cc_proto_library(
deps = [":access_policy_proto"],
)

py_proto_library(
name = "access_policy_py_pb2",
deps = [":access_policy_proto"],
)

proto_library(
name = "verification_record_proto",
srcs = ["verification_record.proto"],
Expand Down

0 comments on commit 2d8d0fd

Please sign in to comment.