Cherry pick 18.4 changes to udc-widevine-dev
Get the udc-widevine-dev Android branch and oemcrypto-v18 cdm branch in sync. The commit ID for 18.4 on oemcrypto-v18 is a2f23a2281e5e06dc2867585bdc516fa132b6396. Merged from go/wvgerrit/190151 Bug: 290252845 Test: WVTS tests are running and passing Change-Id: I457332e7ca70a5b5169345e1279b3eb9f18413b6
This commit is contained in:
80
libwvdrmengine/cdm/core.gypi
Normal file
80
libwvdrmengine/cdm/core.gypi
Normal file
@@ -0,0 +1,80 @@
|
||||
# Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
|
||||
#source code may only be used and distributed under the Widevine License
|
||||
#Agreement.
|
||||
#
|
||||
# Include this in any custom unit test targets.
|
||||
# Does not include the test runner main.
|
||||
{
|
||||
'variables': {
|
||||
'wvcdm_sources': [
|
||||
'../core/include/buffer_reader.h',
|
||||
'../core/include/cdm_client_property_set.h',
|
||||
'../core/include/cdm_engine.h',
|
||||
'../core/include/cdm_engine_factory.h',
|
||||
'../core/include/cdm_engine_metrics_decorator.h',
|
||||
'../core/include/cdm_session.h',
|
||||
'../core/include/cdm_session_map.h',
|
||||
'../core/include/cdm_usage_table.h',
|
||||
'../core/include/certificate_provisioning.h',
|
||||
'../core/include/client_identification.h',
|
||||
'../core/include/content_key_session.h',
|
||||
'../core/include/crypto_key.h',
|
||||
'../core/include/crypto_session.h',
|
||||
'../core/include/crypto_wrapped_key.h',
|
||||
'../core/include/device_files.h',
|
||||
'../core/include/entitlement_key_session.h',
|
||||
'../core/include/initialization_data.h',
|
||||
'../core/include/key_session.h',
|
||||
'../core/include/license_key_status.h',
|
||||
'../core/include/license.h',
|
||||
'../core/include/oemcrypto_adapter.h',
|
||||
'../core/include/okp_fallback_policy.h',
|
||||
'../core/include/okp_info.h',
|
||||
'../core/include/ota_keybox_provisioner.h',
|
||||
'../core/include/policy_engine.h',
|
||||
'../core/include/policy_timers.h',
|
||||
'../core/include/policy_timers_v16.h',
|
||||
'../core/include/policy_timers_v18.h',
|
||||
'../core/include/privacy_crypto.h',
|
||||
'../core/include/properties.h',
|
||||
'../core/include/service_certificate.h',
|
||||
'../core/include/wv_cdm_constants.h',
|
||||
'../core/include/wv_cdm_event_listener.h',
|
||||
'../core/include/wv_cdm_types.h',
|
||||
'../core/src/buffer_reader.cpp',
|
||||
'../core/src/cdm_engine.cpp',
|
||||
'../core/src/cdm_engine_factory.cpp',
|
||||
'../core/src/cdm_session.cpp',
|
||||
'../core/src/cdm_session_map.cpp',
|
||||
'../core/src/cdm_usage_table.cpp',
|
||||
'../core/src/certificate_provisioning.cpp',
|
||||
'../core/src/client_identification.cpp',
|
||||
'../core/src/content_key_session.cpp',
|
||||
'../core/src/crypto_session.cpp',
|
||||
'../core/src/device_files.cpp',
|
||||
'../core/src/entitlement_key_session.cpp',
|
||||
'../core/src/initialization_data.cpp',
|
||||
'../core/src/license.cpp',
|
||||
'../core/src/license_key_status.cpp',
|
||||
'../core/src/license_protocol_conversions.cpp',
|
||||
'../core/src/okp_fallback_policy.cpp',
|
||||
'../core/src/okp_info.cpp',
|
||||
'../core/src/ota_keybox_provisioner.cpp',
|
||||
'../core/src/policy_engine.cpp',
|
||||
'../core/src/policy_timers.cpp',
|
||||
'../core/src/policy_timers_v16.cpp',
|
||||
'../core/src/policy_timers_v18.cpp',
|
||||
'../core/src/properties.cpp',
|
||||
'../core/src/service_certificate.cpp',
|
||||
'../core/src/system_id_extractor.cpp',
|
||||
'../core/src/wv_cdm_types.cpp',
|
||||
'../metrics/src/attribute_handler.cpp',
|
||||
'../metrics/src/counter_metric.cpp',
|
||||
'../metrics/src/distribution.cpp',
|
||||
'../metrics/src/event_metric.cpp',
|
||||
'../metrics/src/metrics_collections.cpp',
|
||||
'../metrics/src/timer_metric.cpp',
|
||||
'../metrics/src/value_metric.cpp',
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user