15 lines
407 B
C
15 lines
407 B
C
// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine Master
|
|
// License Agreement.
|
|
|
|
#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_
|