Update Simulcrypt ECMg

This commit is contained in:
Lu Chen
2020-07-24 18:17:12 -07:00
parent ed5a1d5db1
commit 785df31261
97 changed files with 3671 additions and 987 deletions

View File

@@ -18,6 +18,7 @@ filegroup(
proto_library(
name = "media_cas_encryption_proto",
srcs = ["media_cas_encryption.proto"],
deps = ["hash_algorithm_proto"],
)
cc_proto_library(
@@ -34,3 +35,18 @@ cc_proto_library(
name = "media_cas_cc_proto",
deps = [":media_cas_proto"],
)
proto_library(
name = "hash_algorithm_proto",
srcs = ["hash_algorithm.proto"],
)
cc_proto_library(
name = "hash_algorithm_cc_proto",
deps = [":hash_algorithm_proto"],
)
java_proto_library(
name = "hash_algorithm_java_proto",
deps = [":hash_algorithm_proto"],
)