Added CDM support for production readiness reporting.
[ Merge of http://go/wvgerrit/151518 ] Extended the CDM layer to report OEMCrypto's production readiness via string property query. If OEMCrypto implementents OEMCrypto_ProductionReady(), then the reported readiness by the CDM will report "True" or "False". If OEMCrypto does not implement OEMCrypto_ProductionReady() then no level of readiness is assumed, and the CDM will report "Unknown". Bug: 231655151 Test: run_prov30_tests and request_license_test Change-Id: I6afe481ef00ac129d02b004eca89a65810bfbff8
This commit is contained in:
@@ -72,6 +72,7 @@ OEMCryptoResult OEMCrypto_GetOEMPublicCertificate(uint8_t* public_cert,
|
||||
RequestedSecurityLevel level);
|
||||
OEMCrypto_WatermarkingSupport OEMCrypto_GetWatermarkingSupport(
|
||||
RequestedSecurityLevel level);
|
||||
OEMCryptoResult OEMCrypto_ProductionReady(RequestedSecurityLevel level);
|
||||
} // namespace wvcdm
|
||||
|
||||
/* The following functions are deprecated in OEMCrypto v13. They are defined
|
||||
|
||||
Reference in New Issue
Block a user