From d46eed4bb41f97b07a145995a67ba6c62594877a Mon Sep 17 00:00:00 2001 From: Alex Dale Date: Wed, 26 Aug 2020 17:28:18 -0700 Subject: [PATCH] Updated usage table capacity property string. [ Merge of http://go/wvgerrit/108143 ] The CDM property string and MediaDrm property string for the usage table capacity did not follow the same pattern used for matching all other property strings. This changes the CDM's version of the string to match the MediaDRM version. The property string mapper will automatically be updated when the CDM is updated on Android. The change in property string was tested on Android R using the license request integration test. Bug: 164493147 Test: Android integration test Change-Id: I84d2e55a192b79738559cc6f71e54f3b1cd964fd --- libwvdrmengine/cdm/core/include/wv_cdm_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwvdrmengine/cdm/core/include/wv_cdm_constants.h b/libwvdrmengine/cdm/core/include/wv_cdm_constants.h index d10c5929..bf22fd80 100644 --- a/libwvdrmengine/cdm/core/include/wv_cdm_constants.h +++ b/libwvdrmengine/cdm/core/include/wv_cdm_constants.h @@ -100,7 +100,7 @@ static const std::string QUERY_KEY_OEMCRYPTO_BUILD_INFORMATION = static const std::string QUERY_KEY_DECRYPT_HASH_SUPPORT = "DecryptHashSupport"; static const std::string QUERY_KEY_PROVISIONING_MODEL = "ProvisioningModel"; static const std::string QUERY_KEY_MAX_USAGE_TABLE_ENTRIES = - "MaxNumberOfUsageTableEntries"; + "MaxUsageEntriesSupported"; static const std::string QUERY_KEY_OEMCRYPTO_API_MINOR_VERSION = "OemCryptoApiMinorVersion"; static const std::string QUERY_KEY_ANALOG_OUTPUT_CAPABILITIES =