16 lines
527 B
Python
16 lines
527 B
Python
################################################################################
|
|
# Copyright 2016 Google LLC.
|
|
#
|
|
# This software is licensed under the terms defined in the Widevine Master
|
|
# License Agreement. For a copy of this agreement, please contact
|
|
# widevine-licensing@google.com.
|
|
################################################################################
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "provisioning_sdk_binary_release_files",
|
|
srcs = ["certificate_type.clif"],
|
|
)
|
|
|