Source release 17.1.0
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
// 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.
|
||||
// source code may only be used and distributed under the Widevine License
|
||||
// Agreement.
|
||||
|
||||
#include "service_certificate.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "properties.h"
|
||||
#include "string_conversions.h"
|
||||
#include "wv_cdm_constants.h"
|
||||
@@ -19,7 +22,7 @@ const CdmSessionId kTestSessionId1 = "sid1";
|
||||
const CdmSessionId kTestSessionId2 = "sid2";
|
||||
const std::string kAppId = "com.example.test";
|
||||
|
||||
const std::string kTestSignedCertificate = a2bs_hex(
|
||||
const std::string kTestSignedCertificate = wvutil::a2bs_hex(
|
||||
"0AC102080312101705B917CC1204868B06333A2F772A8C1882B4829205228E023082010A02"
|
||||
"8201010099ED5B3B327DAB5E24EFC3B62A95B598520AD5BCCB37503E0645B814D876B8DF40"
|
||||
"510441AD8CE3ADB11BB88C4E725A5E4A9E0795291D58584023A7E1AF0E38A9127939300861"
|
||||
@@ -79,7 +82,7 @@ class StubCdmClientPropertySet : public CdmClientPropertySet {
|
||||
}
|
||||
|
||||
uint32_t session_sharing_id() const override { return session_sharing_id_; }
|
||||
virtual bool use_atsc_mode() const { return false; }
|
||||
bool use_atsc_mode() const override { return false; }
|
||||
|
||||
void set_session_sharing_id(uint32_t id) override {
|
||||
session_sharing_id_ = id;
|
||||
|
||||
Reference in New Issue
Block a user