Change protobuff field name to anti_rollback_usage_table.
Change anti_rollback_hardware_present field name in ClientCapabilities message to indicate the field is for usage table rollback prevention. Merge from go/wvgerrit/13817. bug: 19869828 Change-Id: I982bfe484aa39a54d0c3a9ae60dd9e46351385d9
This commit is contained in:
@@ -274,7 +274,7 @@ bool CdmLicense::PrepareKeyRequest(const InitializationData& init_data,
|
|||||||
client_capabilities->set_session_token(supports_usage_information);
|
client_capabilities->set_session_token(supports_usage_information);
|
||||||
}
|
}
|
||||||
|
|
||||||
client_capabilities->set_anti_rollback_hardware_present(
|
client_capabilities->set_anti_rollback_usage_table(
|
||||||
session_->IsAntiRollbackHwPresent());
|
session_->IsAntiRollbackHwPresent());
|
||||||
|
|
||||||
uint32_t api_version = 0;
|
uint32_t api_version = 0;
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ message ClientIdentification {
|
|||||||
optional bool video_resolution_constraints = 3 [default = false];
|
optional bool video_resolution_constraints = 3 [default = false];
|
||||||
optional HdcpVersion max_hdcp_version = 4 [default = HDCP_NONE];
|
optional HdcpVersion max_hdcp_version = 4 [default = HDCP_NONE];
|
||||||
optional uint32 oem_crypto_api_version = 5;
|
optional uint32 oem_crypto_api_version = 5;
|
||||||
optional bool anti_rollback_hardware_present = 6 [default = false];
|
optional bool anti_rollback_usage_table = 6 [default = false];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Type of factory-provisioned device root of trust. Optional.
|
// Type of factory-provisioned device root of trust. Optional.
|
||||||
|
|||||||
Reference in New Issue
Block a user