Source release 19.3.0
This commit is contained in:
@@ -1,20 +1,9 @@
|
||||
// Copyright 2019 Google LLC. All Rights Reserved. This file and proprietary
|
||||
// source code may only be used and distributed under the Widevine License
|
||||
// Agreement.
|
||||
|
||||
#include "fake_provisioning_server.h"
|
||||
|
||||
#include "core_message_deserialize.h"
|
||||
#include "core_message_serialize.h"
|
||||
#include "core_message_serialize_proto.h"
|
||||
#include "crypto_session.h"
|
||||
#include "license_protocol.pb.h"
|
||||
#include "log.h"
|
||||
#include "oec_key_deriver.h"
|
||||
#include "oec_test_data.h"
|
||||
#include "privacy_crypto.h"
|
||||
#include "service_certificate.h"
|
||||
#include "string_conversions.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
// TODO: refactor oec_session so that these are not needed.
|
||||
#include <gtest/gtest.h>
|
||||
@@ -27,7 +16,18 @@
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509_vfy.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "core_message_deserialize.h"
|
||||
#include "core_message_serialize.h"
|
||||
#include "core_message_serialize_proto.h"
|
||||
#include "crypto_session.h"
|
||||
#include "license_protocol.pb.h"
|
||||
#include "log.h"
|
||||
#include "oec_key_deriver.h"
|
||||
#include "oec_test_data.h"
|
||||
#include "privacy_crypto.h"
|
||||
#include "service_certificate.h"
|
||||
#include "string_conversions.h"
|
||||
|
||||
namespace wvcdm {
|
||||
namespace {
|
||||
@@ -357,5 +357,4 @@ bool FakeProvisioningServer::MakeResponse(
|
||||
json_response->append(kJsonEnd);
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace wvcdm
|
||||
|
||||
Reference in New Issue
Block a user