No public description

PiperOrigin-RevId: 559787614
This commit is contained in:
Richard Levasseur 2023-08-24 10:02:43 -07:00 committed by Copybara-Service
parent 4fb52bb7ef
commit f2e9a553d6
12 changed files with 22 additions and 1 deletions

View File

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Placeholder: load py_proto_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library") load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library")
licenses(["notice"]) licenses(["notice"])

View File

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
# #
# Placeholder: load py_proto_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library", "mediapipe_proto_library") load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library", "mediapipe_proto_library")
licenses(["notice"]) licenses(["notice"])

View File

@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Placeholder: load py_library
# Placeholder: load py_binary
licenses(["notice"]) licenses(["notice"])
package(default_visibility = ["//mediapipe/examples:__subpackages__"]) package(default_visibility = ["//mediapipe/examples:__subpackages__"])

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Placeholder: load py_binary
licenses(["notice"]) licenses(["notice"])
cc_binary( cc_binary(

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Placeholder: load py_test
licenses(["notice"]) licenses(["notice"])
package(default_visibility = ["//visibility:public"]) package(default_visibility = ["//visibility:public"])

View File

@ -1,3 +1,5 @@
# Placeholder: load py_test
package( package(
default_visibility = ["//visibility:public"], default_visibility = ["//visibility:public"],
features = ["-use_header_modules"], features = ["-use_header_modules"],

View File

@ -1,3 +1,5 @@
# Placeholder: load py_library
# Placeholder: load py_binary
load("//mediapipe/tasks/metadata:build_defs.bzl", "stamp_metadata_parser_version") load("//mediapipe/tasks/metadata:build_defs.bzl", "stamp_metadata_parser_version")
package( package(

View File

@ -1,3 +1,4 @@
# Placeholder: load py_library
# Placeholder for internal Python strict library and test compatibility macro. # Placeholder for internal Python strict library and test compatibility macro.
package( package(

View File

@ -1,3 +1,5 @@
# Placeholder: load py_test
package( package(
default_visibility = [ default_visibility = [
"//visibility:public", "//visibility:public",

View File

@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Placeholder: load py_library
# Placeholder for internal Python strict library and test compatibility macro. # Placeholder for internal Python strict library and test compatibility macro.
package(default_visibility = ["//visibility:public"]) package(default_visibility = ["//visibility:public"])

View File

@ -11,7 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
#
# Placeholder: load py_library
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library") load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test") load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test")

View File

@ -13,6 +13,9 @@
# limitations under the License. # limitations under the License.
# #
# Placeholder: load py_library
# Placeholder: load py_test
licenses(["notice"]) licenses(["notice"])
package(default_visibility = ["//visibility:private"]) package(default_visibility = ["//visibility:private"])