1# Copyright (c) 2023 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14import("../../../codec.gni")
15
16group("hdf_codec_idl_fuzz_test") {
17  testonly = true
18  deps = [
19    "./codecallocatebufferhdi_fuzzer:fuzztest",
20    "./codeccreatecomponenthdi_fuzzer:fuzztest",
21    "./codecfreebufferhdi_fuzzer:fuzztest",
22    "./codecgetcomponentcapabilitylisthdi_fuzzer:fuzztest",
23    "./codecgetconfighdi_fuzzer:fuzztest",
24    "./codecgetparameterhdi_fuzzer:fuzztest",
25    "./codechdi_fuzzer:fuzztest",
26    "./codecsendcommandhdi_fuzzer:fuzztest",
27    "./codecsetcallbackshdi_fuzzer:fuzztest",
28    "./codecsetconfighdi_fuzzer:fuzztest",
29    "./codecsetparameterhdi_fuzzer:fuzztest",
30    "./codecusebufferhdi_fuzzer:fuzztest",
31  ]
32
33  if (drivers_peripheral_codec_feature_support_omx_extend_test) {
34    deps += [
35      "./codeccomponentroleenumhdi_fuzzer:fuzztest",
36      "./codeccomponenttunnelrequesthdi_fuzzer:fuzztest",
37      "./codecgetextensionIndexhdi_fuzzer:fuzztest",
38      "./codecuseeglimagehdi_fuzzer:fuzztest",
39    ]
40  }
41}
42