Files
wvpl_license_sdk/centos/sdk/external/cpp/wvpl/common/BUILD
2025-05-29 12:21:32 -07:00

21 lines
515 B
Python

########################################
## Copyright 2022 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 = "exported_sdk_header_files",
srcs = [
"wvpl_sdk_environment.h",
"wvpl_sdk_session.h",
"wvpl_types.h",
],
)