Snap for 7925568 from 9067a53892 to tm-release
Change-Id: Ia7556dad8535962273420ce54566646e4c174b28
This commit is contained in:
@@ -1192,7 +1192,10 @@ void PrintTo(const enum OEMCryptoResult& value, ::std::ostream* os) {
|
|||||||
*os << "OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION";
|
*os << "OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION";
|
||||||
break;
|
break;
|
||||||
case OEMCrypto_ERROR_NEEDS_KEYBOX_PROVISIONING:
|
case OEMCrypto_ERROR_NEEDS_KEYBOX_PROVISIONING:
|
||||||
*os << "ERROR_NEEDS_KEYBOX_PROVISIONING";
|
*os << "NEEDS_KEYBOX_PROVISIONING";
|
||||||
|
break;
|
||||||
|
case OEMCrypto_ERROR_INVALID_KEY:
|
||||||
|
*os << "INVALID_KEY";
|
||||||
break;
|
break;
|
||||||
// ODK Values.
|
// ODK Values.
|
||||||
case ODK_ERROR_CORE_MESSAGE:
|
case ODK_ERROR_CORE_MESSAGE:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace wvcdm {
|
namespace wvcdm {
|
||||||
|
|
||||||
static const std::string kWVAndroidCdmVersion = "16.1.0";
|
static const std::string kWVAndroidCdmVersion = "17.0.0";
|
||||||
|
|
||||||
} // namespace wvcdm
|
} // namespace wvcdm
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ typedef enum OEMCryptoResult {
|
|||||||
OEMCrypto_ERROR_INVALID_NONCE = 32,
|
OEMCrypto_ERROR_INVALID_NONCE = 32,
|
||||||
OEMCrypto_ERROR_TOO_MANY_KEYS = 33,
|
OEMCrypto_ERROR_TOO_MANY_KEYS = 33,
|
||||||
OEMCrypto_ERROR_DEVICE_NOT_RSA_PROVISIONED = 34,
|
OEMCrypto_ERROR_DEVICE_NOT_RSA_PROVISIONED = 34,
|
||||||
OEMCrypto_ERROR_INVALID_RSA_KEY = 35,
|
OEMCrypto_ERROR_INVALID_RSA_KEY = 35, /* deprecated */
|
||||||
OEMCrypto_ERROR_KEY_EXPIRED = 36,
|
OEMCrypto_ERROR_KEY_EXPIRED = 36,
|
||||||
OEMCrypto_ERROR_INSUFFICIENT_RESOURCES = 37,
|
OEMCrypto_ERROR_INSUFFICIENT_RESOURCES = 37,
|
||||||
OEMCrypto_ERROR_INSUFFICIENT_HDCP = 38,
|
OEMCrypto_ERROR_INSUFFICIENT_HDCP = 38,
|
||||||
@@ -89,6 +89,7 @@ typedef enum OEMCryptoResult {
|
|||||||
OEMCrypto_WARNING_MIXED_OUTPUT_PROTECTION = 59,
|
OEMCrypto_WARNING_MIXED_OUTPUT_PROTECTION = 59,
|
||||||
OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION = 60,
|
OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION = 60,
|
||||||
OEMCrypto_ERROR_NEEDS_KEYBOX_PROVISIONING = 61,
|
OEMCrypto_ERROR_NEEDS_KEYBOX_PROVISIONING = 61,
|
||||||
|
OEMCrypto_ERROR_INVALID_KEY = 65,
|
||||||
/* ODK return values */
|
/* ODK return values */
|
||||||
ODK_ERROR_BASE = 1000,
|
ODK_ERROR_BASE = 1000,
|
||||||
ODK_ERROR_CORE_MESSAGE = ODK_ERROR_BASE,
|
ODK_ERROR_CORE_MESSAGE = ODK_ERROR_BASE,
|
||||||
|
|||||||
Reference in New Issue
Block a user