Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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