Files
ce_cdm/cdm/test/device_cert.h
John "Juce" Bruce 694cf6fb25 Source release 17.1.0
2022-07-07 17:14:31 -07:00

15 lines
400 B
C

// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
// source code may only be used and distributed under the Widevine 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_