Included changes: - 676ac7be8548d80c420591fc0b4fb9a11723ef34 Backwards compatibility script for CDM v18 and OPK v19 by Vicky Min <vickymin@google.com> - 3cd4f71fda91245ac0b61c4c847950952f3021c0 Change BuildInformation ree fields to optional by Matt Feddersen <mattfedd@google.com> - a2259e95dea40c27a4be02ad479aec8f1fc84737 Created a DICE CBOR Cert parser/serializer. by Alex Dale <sigquit@google.com> - b8f2c364afeb6279e5aee6488d4527e189ac42ff Don't create invalid enum value by John "Juce" Bruce <juce@google.com> - b0aed212a3b2dd8f752d8fc43982848c1aa6c152 Created an HLS Key type. by Alex Dale <sigquit@google.com> - f8cfc54b41f124ba849596dbe6438b7f271a72b7 Specify C/C++ standard when running clang-tidy on OPK by John "Juce" Bruce <juce@google.com> GitOrigin-RevId: 676ac7be8548d80c420591fc0b4fb9a11723ef34
38 lines
1.5 KiB
Python
38 lines
1.5 KiB
Python
# Copyright 2021 Google LLC. All Rights Reserved. This file and proprietary
|
|
# source code may only be used and distributed under the Widevine License
|
|
# Agreement.
|
|
{
|
|
'include_dirs': [
|
|
'<(oemcrypto_dir)/include',
|
|
'<(oemcrypto_dir)/util/include',
|
|
'<(oemcrypto_dir)/util/test',
|
|
'<(util_dir)/include',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'<(oemcrypto_dir)/include',
|
|
'<(oemcrypto_dir)/util/include',
|
|
],
|
|
},
|
|
'sources': [
|
|
'<(oemcrypto_dir)/util/test/bcc_validator_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/cmac_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/cose_utils_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/device_info_validator_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/dice_cert_utils_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/hmac_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oem_cert_test.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_cose_key_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_ecc_key_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_ed_key_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_oem_cert_chain_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_oem_cert_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_ref_test_utils.cpp',
|
|
'<(oemcrypto_dir)/util/test/oemcrypto_rsa_key_unittest.cpp',
|
|
'<(oemcrypto_dir)/util/test/signed_csr_payload_validator_unittest.cpp',
|
|
],
|
|
'dependencies': [
|
|
'<(third_party_path)/libcppbor.gyp:cppbor',
|
|
],
|
|
}
|