Files
ce_cdm/cdm/test/device_cert.h
Joey Parrish bd448c6252 Cherry-pick bug fixes from CDM main branch.
* Split device cert declaration from definition.
* Fix and rename CdmApi?Test.TimeTest.
* Fix max HDCP setting.

Change-Id: Idf0aea5c953a08c38a8beb20ec8ccc210e33f67a
2015-02-17 10:59:19 -08:00

13 lines
285 B
C

// Copyright 2014 Google Inc. All Rights Reserved.
#ifndef WVCDM_CDM_TEST_DEVICE_CERT_H_
#define WVCDM_CDM_TEST_DEVICE_CERT_H_
#include <stddef.h>
#include <stdint.h>
extern const uint8_t kDeviceCert[];
extern const size_t kDeviceCertSize;
#endif // WVCDM_CDM_TEST_DEVICE_CERT_H_