* Split device cert declaration from definition. * Fix and rename CdmApi?Test.TimeTest. * Fix max HDCP setting. Change-Id: Idf0aea5c953a08c38a8beb20ec8ccc210e33f67a
13 lines
285 B
C
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_
|