diff --git a/common/BUILD b/common/BUILD index 13346a0..660c7f5 100644 --- a/common/BUILD +++ b/common/BUILD @@ -37,9 +37,9 @@ cc_library( hdrs = ["status.h"], deps = [ "//base", + "//util:error_space", "@abseil_repo//absl/base:core_headers", "@abseil_repo//absl/strings", - "//util:error_space", ], ) @@ -65,17 +65,17 @@ cc_library( ":signing_key_util", ":wvm_token_handler", "//base", - "//strings", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", - "@abseil_repo//absl/time", - "//util/gtl:map_util", - "//util:status", + "//common:status", "//protos/public:client_identification_proto", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:license_protocol_proto", "//protos/public:signed_drm_certificate_proto", + "//strings", + "//util/gtl:map_util", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", + "@abseil_repo//absl/time", ], ) @@ -88,16 +88,16 @@ cc_test( ":error_space", ":wvm_test_keys", "//base", - "//strings", - "//testing:gunit_main", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", - "@abseil_repo//absl/time", "//common:rsa_key", "//common:rsa_test_keys", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:signed_drm_certificate_proto", + "//strings", + "//testing:gunit_main", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", + "@abseil_repo//absl/time", ], ) @@ -115,14 +115,14 @@ cc_library( ":rsa_key", ":signing_key_util", "//base", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", - "//util/gtl:map_util", - "//util:status", + "//common:status", "//protos/public:client_identification_proto", "//protos/public:device_certificate_status_proto", "//protos/public:errors_proto", "//protos/public:provisioned_device_info_proto", + "//util/gtl:map_util", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", ], ) @@ -134,14 +134,14 @@ cc_test( ":client_cert", ":device_status_list", "//base", - "//testing:gunit_main", - "@abseil_repo//absl/strings", "//common:rsa_key", "//common:rsa_test_keys", "//protos/public:client_identification_proto", "//protos/public:errors_proto", "//protos/public:provisioned_device_info_proto", "//protos/public:signed_drm_certificate_proto", + "//testing:gunit_main", + "@abseil_repo//absl/strings", ], ) @@ -155,14 +155,14 @@ cc_library( ":rsa_key", ":sha_util", "//base", - "@abseil_repo//absl/memory", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", + "//common:status", "//external:openssl", - "//util:status", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:signed_drm_certificate_proto", + "@abseil_repo//absl/memory", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", ], ) @@ -178,10 +178,10 @@ cc_test( ":test_drm_certificates", "//base", "//external:protobuf", - "//testing:gunit_main", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:signed_drm_certificate_proto", + "//testing:gunit_main", ], ) @@ -194,10 +194,10 @@ cc_library( ":drm_service_certificate", ":error_space", "//base", - "@abseil_repo//absl/strings", - "//util:status", + "//common:status", "//protos/public:client_identification_proto", "//protos/public:errors_proto", + "@abseil_repo//absl/strings", ], ) @@ -220,9 +220,9 @@ cc_test( ":rsa_test_keys", ":rsa_util", "//base", + "//external:openssl", "//testing:gunit", "//testing:gunit_main", - "//external:openssl", ], ) @@ -307,9 +307,9 @@ cc_library( visibility = ["//visibility:public"], deps = [ "//base", - "@abseil_repo//absl/strings", "//external:openssl", "//util/endian", + "@abseil_repo//absl/strings", ], ) @@ -332,8 +332,8 @@ cc_library( visibility = ["//visibility:public"], deps = [ "//base", - "@abseil_repo//absl/strings", "//external:openssl", + "@abseil_repo//absl/strings", ], ) @@ -416,7 +416,7 @@ cc_library( ":rsa_key", ":sha_util", "//base", - "//util:status", + "//common:status", ], ) @@ -438,10 +438,10 @@ cc_test( deps = [ ":crypto_util", ":signing_key_util", + "//protos/public:license_protocol_proto", "//testing:gunit", "//testing:gunit_main", "@abseil_repo//absl/strings", - "//protos/public:license_protocol_proto", ], ) @@ -465,11 +465,11 @@ cc_library( ":ecb_util", ":sha_util", "//base", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", + "//common:status", "//util/endian", "//util/gtl:map_util", - "//util:status", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", ], ) @@ -503,9 +503,9 @@ cc_library( srcs = ["error_space.cc"], hdrs = ["error_space.h"], deps = [ - "//util:status", - "//util:proto_status", + "//common:status", "//protos/public:errors_proto", + "//util:proto_status", ], ) @@ -520,12 +520,12 @@ cc_library( ":rsa_key", ":x509_cert", "//base", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", - "//util:status", + "//common:status", "//protos/public:client_identification_proto", "//protos/public:errors_proto", "//protos/public:remote_attestation_proto", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", ], ) @@ -541,14 +541,14 @@ cc_library( ":rsa_key", ":rsa_util", "//base", - "@abseil_repo//absl/strings", - "@abseil_repo//absl/synchronization", - "//util/gtl:map_util", - "//util:status", + "//common:status", "//protos/public:client_identification_proto", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:signed_drm_certificate_proto", + "//util/gtl:map_util", + "@abseil_repo//absl/strings", + "@abseil_repo//absl/synchronization", ], ) @@ -566,13 +566,13 @@ cc_test( ":test_drm_certificates", "//base", "//external:protobuf", - "//testing:gunit_main", - "@abseil_repo//absl/strings", "//protos/public:client_identification_proto", "//protos/public:drm_certificate_proto", "//protos/public:errors_proto", "//protos/public:license_server_sdk_proto", "//protos/public:signed_drm_certificate_proto", + "//testing:gunit_main", + "@abseil_repo//absl/strings", ], ) @@ -583,9 +583,9 @@ cc_library( deps = [ ":vmp_checker", "//base", - "@abseil_repo//absl/strings", - "//util:status", + "//common:status", "//protos/public:license_protocol_proto", + "@abseil_repo//absl/strings", ], ) @@ -598,10 +598,10 @@ cc_library( ":openssl_util", ":rsa_key", "//base", + "//common:status", + "//external:openssl", "@abseil_repo//absl/strings", "@abseil_repo//absl/synchronization", - "//external:openssl", - "//util:status", ], ) @@ -612,8 +612,8 @@ cc_library( hdrs = ["test_utils.h"], deps = [ "//base", + "//common:status", "//external:openssl", - "//util:status", ], ) @@ -641,7 +641,7 @@ cc_library( ":rsa_key", ":x509_cert", "//base", - "//util:status", + "//common:status", "//protos/public:errors_proto", "//protos/public:verified_media_pipeline_proto", ], @@ -655,10 +655,10 @@ cc_test( ":rsa_key", ":vmp_checker", "//base", - "//testing:gunit_main", - "@abseil_repo//absl/strings", "//protos/public:errors_proto", "//protos/public:verified_media_pipeline_proto", + "//testing:gunit_main", + "@abseil_repo//absl/strings", ], ) @@ -668,7 +668,7 @@ cc_library( hdrs = ["string_util.h"], deps = [ "//base", - "//util:status", + "//common:status", ], ) diff --git a/media_cas_packager_sdk/internal/BUILD b/media_cas_packager_sdk/internal/BUILD index 5f64e1a..eea33b3 100644 --- a/media_cas_packager_sdk/internal/BUILD +++ b/media_cas_packager_sdk/internal/BUILD @@ -26,15 +26,15 @@ cc_library( hdrs = ["ecm.h"], deps = [ "//base", - "@abseil_repo//absl/base:core_headers", - "@abseil_repo//absl/strings", - "//util:status", "//common:aes_cbc_util", "//common:random_util", + "//common:status", "//common:string_util", "//media_cas_packager_sdk/public:wv_cas_types", "//protos/public:media_cas_encryption_proto", "//protos/public:media_cas_proto", + "@abseil_repo//absl/base:core_headers", + "@abseil_repo//absl/strings", ], ) @@ -44,10 +44,10 @@ cc_test( srcs = ["ecm_test.cc"], deps = [ ":ecm", - "//testing:gunit_main", - "//util:status", + "//common:status", "//media_cas_packager_sdk/public:wv_cas_types", "//protos/public:media_cas_encryption_proto", + "//testing:gunit_main", ], ) @@ -57,7 +57,7 @@ cc_library( hdrs = ["ecm_generator.h"], deps = [ "//base", - "//util:status", + "//common:status", "//media_cas_packager_sdk/internal:ecm", ], ) @@ -68,10 +68,10 @@ cc_test( srcs = ["ecm_generator_test.cc"], deps = [ ":ecm_generator", - "//testing:gunit_main", - "@abseil_repo//absl/memory", "//common:aes_cbc_util", "//protos/public:media_cas_encryption_proto", + "//testing:gunit_main", + "@abseil_repo//absl/memory", ], ) @@ -88,12 +88,12 @@ cc_library( ":fixed_key_fetcher", ":util", "//base", + "//common:status", + "//example:constants", + "//media_cas_packager_sdk/public:wv_cas_types", "@abseil_repo//absl/base:core_headers", "@abseil_repo//absl/memory", "@abseil_repo//absl/strings", - "//util:status", - "//example:constants", - "//media_cas_packager_sdk/public:wv_cas_types", ], ) @@ -107,7 +107,7 @@ cc_library( ], deps = [ ":key_fetcher", - "//util:status", + "//common:status", "//protos/public:media_cas_encryption_proto", ], ) @@ -117,7 +117,7 @@ cc_library( hdrs = [ "key_fetcher.h", ], - deps = ["//util:status"], + deps = ["//common:status"], ) cc_library( @@ -142,9 +142,9 @@ cc_library( ":ecmg", ":util", "//base", + "//common:status", "@abseil_repo//absl/base:core_headers", "@abseil_repo//absl/strings", - "//util:status", ], ) @@ -154,8 +154,8 @@ cc_test( srcs = ["simulcrypt_test.cc"], deps = [ ":simulcrypt", - "//testing:gunit_main", "//example:test_simulcrypt_messages", + "//testing:gunit_main", ], ) @@ -171,10 +171,10 @@ cc_library( deps = [ ":mpeg2ts", "//base", + "//common:status", + "//common:string_util", "@abseil_repo//absl/base:core_headers", "@abseil_repo//absl/strings", - "//util:status", - "//common:string_util", ], ) @@ -201,8 +201,8 @@ cc_library( ":mpeg2ts", ":ts_packet", "//base", + "//common:status", "@abseil_repo//absl/base:core_headers", - "//util:status", ], )