Source release 19.2.0
This commit is contained in:
70
cdm/install_prov30_oem_cert_tool.gyp
Normal file
70
cdm/install_prov30_oem_cert_tool.gyp
Normal file
@@ -0,0 +1,70 @@
|
||||
# Copyright 2024 Google LLC. All Rights Reserved. This file and proprietary
|
||||
# source code may only be used and distributed under the Widevine License
|
||||
# Agreement.
|
||||
#
|
||||
# Any top-level targets in this file (and their dependencies) will be built by
|
||||
# the CE CDM's ./build.py build system. Refer to the distribution package's
|
||||
# README for details.
|
||||
{
|
||||
'includes': [
|
||||
'platform_properties.gypi',
|
||||
],
|
||||
'variables': {
|
||||
},
|
||||
'targets': [{
|
||||
'toolsets' : [ 'target' ],
|
||||
'target_name': 'install_prov30_oem_cert_tool',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'../oemcrypto/test/install_prov30_oem_cert_tool.cpp',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../cdm/include',
|
||||
'../core/include',
|
||||
'../metrics/include',
|
||||
'../oemcrypto/include',
|
||||
'../oemcrypto/test',
|
||||
'../util/include',
|
||||
],
|
||||
'dependencies': [
|
||||
'cdm.gyp:widevine_ce_cdm_static',
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
# Additionally, since they are loaded locally, suppress these
|
||||
# warnings.
|
||||
'AdditionalOptions': [
|
||||
'/IGNORE:4049',
|
||||
'/IGNORE:4217',
|
||||
],
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="ios"', {
|
||||
'type': 'loadable_module',
|
||||
'mac_xctest_bundle': '1',
|
||||
'defines': [
|
||||
'GTEST_FILTER="<(gtest_filter)"',
|
||||
],
|
||||
'dependencies': [
|
||||
'cdm_unittests.gyp:dummy_app',
|
||||
],
|
||||
'sources': [
|
||||
'test/gtest_xctest_wrapper.mm',
|
||||
],
|
||||
'xcode_settings': {
|
||||
'BUNDLE_LOADER': '$(TEST_HOST)',
|
||||
'TEST_HOST': '<(PRODUCT_DIR)/dummy_app.app/dummy_app',
|
||||
'WRAPPER_EXTENSION': 'xctest',
|
||||
},
|
||||
}, {
|
||||
'type': 'executable',
|
||||
}],
|
||||
['oemcrypto_lib=="target"', {
|
||||
'dependencies': [
|
||||
'<(oemcrypto_gyp_path)',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
}
|
||||
Reference in New Issue
Block a user