Add a function named has_encrypted_client_id() check.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=231629247
This commit is contained in:
@@ -42,7 +42,6 @@ cc_library(
|
||||
"//util/endian",
|
||||
"//util/random:global_id",
|
||||
"//common:aes_cbc_util",
|
||||
"//common:certificate_type",
|
||||
"//common:client_cert",
|
||||
"//common:crypto_util",
|
||||
"//common:device_status_list",
|
||||
@@ -69,9 +68,9 @@ cc_library(
|
||||
cc_library(
|
||||
name = "sdk",
|
||||
srcs = [
|
||||
"generate_error_response.cc",
|
||||
"key_control_block.cc",
|
||||
"parse_content_id.cc",
|
||||
"generate_error_response.cc",
|
||||
],
|
||||
hdrs = [
|
||||
"generate_error_response.h",
|
||||
@@ -81,32 +80,18 @@ cc_library(
|
||||
],
|
||||
deps = [
|
||||
"//base",
|
||||
"//strings",
|
||||
"@abseil_repo//absl/strings",
|
||||
"@abseil_repo//absl/synchronization",
|
||||
"//external:openssl",
|
||||
"//util/endian",
|
||||
"//util/gtl:map_util",
|
||||
"//common:client_cert",
|
||||
"//common:crypto_util",
|
||||
"//common:device_status_list",
|
||||
"//common:error_space",
|
||||
"//common:random_util",
|
||||
"//common:rsa_key",
|
||||
"//common:drm_root_certificate",
|
||||
"//util:error_space",
|
||||
"//common:drm_service_certificate",
|
||||
"//common:signing_key_util",
|
||||
"//common:error_space",
|
||||
"//common:status",
|
||||
"//common:wvm_token_handler",
|
||||
"//sdk/external/common/wvpl:wvpl_types",
|
||||
"//protos/public:client_identification_proto",
|
||||
"//protos/public:device_certificate_status_proto",
|
||||
"//protos/public:drm_certificate_proto",
|
||||
"//protos/public:errors_proto",
|
||||
"//protos/public:license_protocol_proto",
|
||||
"//protos/public:license_server_sdk_proto",
|
||||
"//protos/public:provisioned_device_info_proto",
|
||||
"//protos/public:signed_drm_certificate_proto",
|
||||
"//protos/public:widevine_pssh_proto",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user