Merge changes I09249afe,I713ff1c4 into sc-dev

* changes:
  Enable the CDM to track the DRM private key type.
  Report OEMCrypto's ECC capabilities.
This commit is contained in:
Alex Dale
2021-02-23 06:53:31 +00:00
committed by Android (Google) Code Review
18 changed files with 529 additions and 213 deletions

View File

@@ -358,6 +358,7 @@ static Status mapCdmResponseType_1_0(wvcdm::CdmResponseType res) {
case wvcdm::LICENSE_USAGE_ENTRY_MISSING:
case wvcdm::PROVISIONING_NOT_ALLOWED_FOR_ATSC:
case wvcdm::NO_SRM_VERSION:
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_9:
ALOGW("Returns UNKNOWN error for legacy status: %d", res);
return Status::ERROR_DRM_UNKNOWN;