Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691829010
  • Loading branch information
ecclesia-robot authored and copybara-github committed Nov 8, 2024
1 parent 98d8fe2 commit 66b89bd
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecclesia/lib/http/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A http library that wraps around curl.

load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

cc_library(
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/io/pci/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

cc_library(
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/io/smbus/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

cc_library(
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/io/usb/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

cc_library(
Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/protobuf/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_proto_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/redfish/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("//ecclesia/build_defs:embed.bzl", "cc_data_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

# Description:
# C++ wrapper interfaces for libredfish
Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/redfish/dellicius/engine/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//ecclesia/build_defs:embed.bzl", "cc_data_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/redfish/dellicius/query/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_proto_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/redfish/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

Expand Down
1 change: 1 addition & 0 deletions ecclesia/lib/redfish/redfish_override/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Redfish override (a RedfishTransport layer) library

load("//ecclesia/build_defs:proto.bzl", "proto_data")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

licenses(["notice"])

Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/redfish/redpath/definitions/query_engine/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

proto_library(
name = "query_engine_features_proto",
srcs = ["query_engine_features.proto"],
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/redfish/redpath/definitions/query_result/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

proto_library(
name = "query_result_proto",
srcs = ["query_result.proto"],
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/redfish/redpath/definitions/query_router/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

proto_library(
name = "query_router_spec_proto",
srcs = ["query_router_spec.proto"],
Expand Down
2 changes: 2 additions & 0 deletions ecclesia/lib/redfish/transport/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

# Description:
# Transport interfaces for Redfish

Expand Down

0 comments on commit 66b89bd

Please sign in to comment.