Map CERT_PROVISIONING_RESPONSE_ERROR_9 to HAL status.
[ Merge of http://go/wvgerrit/117787 ] The CdmResponseType code CERT_PROVISIONING_RESPONSE_ERROR_9 was created while the discussion of mapping the other codes to 1.4 HAL codes. CERT_PROVISIONING_RESPONSE_ERROR_9 should be mapped to the HAL code PROVISIONING_PARSE_ERROR. Bug: 180579631 Change-Id: Iba51511bfea3139b3b0d9e3022be17375812b671
This commit is contained in:
@@ -648,6 +648,7 @@ static S mapCdmResponseType(wvcdm::CdmResponseType res) {
|
||||
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_2:
|
||||
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_3:
|
||||
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_4:
|
||||
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_9:
|
||||
case wvcdm::LOAD_PROVISIONING_ERROR:
|
||||
err = ::drm::V1_4::Status::PROVISIONING_PARSE_ERROR;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user