// Copyright 2020 Google LLC. All Rights Reserved. #ifndef CDM_KEYS_CERTS_H_ #define CDM_KEYS_CERTS_H_ #include #include namespace wvcdm { // RsaDrmCertificate Generated by the Keysmith provisioning service. extern const uint8_t kRsaDrmCertificate[]; extern const size_t kRsaDrmCertificateSize; } // namespace wvcdm #endif // CDM_KEYS_CERTS_H_