Rollback
Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224206719
This commit is contained in:
committed by
Fang Yu
parent
df7566c0c1
commit
7f649cf826
@@ -74,6 +74,14 @@ message ClientIdentification {
|
||||
optional AnalogOutputCapabilities analog_output_capabilities = 10
|
||||
[default = ANALOG_OUTPUT_UNKNOWN];
|
||||
optional bool can_disable_analog_output = 11 [default = false];
|
||||
// Clients can indicate a performance level supported by OEMCrypto.
|
||||
// This will allow applications and providers to choose an appropriate
|
||||
// quality of content to serve. Currently defined tiers are
|
||||
// 1 (low), 2 (medium) and 3 (high). Any other value indicate that
|
||||
// the resource rating is unavailable or reporting erroneous values
|
||||
// for that device. For details see,
|
||||
// https://docs.google.com/document/d/1wodSYK-Unj3AgTSXqujWuBCAFC00qF85G1AhfLtqdko
|
||||
optional uint32 resource_rating_tier = 12 [default = 0];
|
||||
}
|
||||
|
||||
// Type of factory-provisioned device root of trust. Optional.
|
||||
|
||||
@@ -236,4 +236,7 @@ enum Errors {
|
||||
// Invalid key size.
|
||||
INVALID_KEY_SIZE = 169;
|
||||
|
||||
// Invalid method parameter.
|
||||
INVALID_PARAMETER = 170;
|
||||
|
||||
}
|
||||
|
||||
@@ -284,6 +284,8 @@ message ModularDrmLicenseResponse {
|
||||
// ClientIdentification.ClientCapabilities.can_update_srm in the license
|
||||
// request.
|
||||
optional bool can_update_srm = 6 [default = false];
|
||||
// SessionInit that was used when generating the license.
|
||||
optional SessionInit session_init = 7;
|
||||
}
|
||||
optional LicenseMetadata license_metadata = 4;
|
||||
message Track {
|
||||
|
||||
Reference in New Issue
Block a user