id to which odk fuzz scripts log any bugs. Bug: b/157252243 Cricticque cl: http://cl/312740650 Test: This is a configuration change to change buganizer component Id. No functionality testing involved. Change-Id: I17e76c015b7fc264281aa32eae975165ec8e6bed Change-Id: If0b8954c606f9359b45bccd5276703138d4e02f5
168 lines
3.9 KiB
Plaintext
168 lines
3.9 KiB
Plaintext
// Copyright 2020 Google LLC. All rights reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine Master
|
|
// License Agreement.
|
|
|
|
cc_defaults {
|
|
name: "odk_fuzz_library_defaults",
|
|
srcs: [
|
|
"odk_fuzz_helper.cpp",
|
|
],
|
|
include_dirs: [
|
|
"vendor/widevine/libwvdrmengine/oemcrypto/odk/test",
|
|
"vendor/widevine/libwvdrmengine/oemcrypto/odk/include",
|
|
"vendor/widevine/libwvdrmengine/oemcrypto/odk/src",
|
|
],
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_license_request_fuzz",
|
|
srcs: [
|
|
"odk_license_request_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/license_request_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_renewal_request_fuzz",
|
|
srcs: [
|
|
"odk_renewal_request_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/renewal_request_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_provisioning_request_fuzz",
|
|
srcs: [
|
|
"odk_provisioning_request_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/provisioning_request_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_license_response_fuzz",
|
|
srcs: [
|
|
"odk_license_response_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/license_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_renewal_response_fuzz",
|
|
srcs: [
|
|
"odk_renewal_response_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/renewal_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_provisioning_response_fuzz",
|
|
srcs: [
|
|
"odk_provisioning_response_fuzz.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/provisioning_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_license_response_fuzz_with_mutator",
|
|
srcs: [
|
|
"odk_license_response_fuzz_with_mutator.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/license_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_renewal_response_fuzz_with_mutator",
|
|
srcs: [
|
|
"odk_renewal_response_fuzz_with_mutator.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/renewal_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
}
|
|
|
|
cc_fuzz {
|
|
name: "odk_provisioning_response_fuzz_with_mutator",
|
|
srcs: [
|
|
"odk_provisioning_response_fuzz_with_mutator.cpp",
|
|
],
|
|
fuzz_config: {
|
|
componentid: 611718,
|
|
},
|
|
corpus: ["corpus/little_endian_64bit/provisioning_response_corpus/*"],
|
|
static_libs: [
|
|
"libwv_kdo",
|
|
"libwv_odk",
|
|
],
|
|
defaults: ["odk_fuzz_library_defaults"],
|
|
proprietary: true,
|
|
} |