1d8a29711Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2d8a29711Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3d8a29711Sopenharmony_ci# you may not use this file except in compliance with the License.
4d8a29711Sopenharmony_ci# You may obtain a copy of the License at
5d8a29711Sopenharmony_ci#
6d8a29711Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7d8a29711Sopenharmony_ci#
8d8a29711Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9d8a29711Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10d8a29711Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11d8a29711Sopenharmony_ci# See the License for the specific language governing permissions and
12d8a29711Sopenharmony_ci# limitations under the License.
13d8a29711Sopenharmony_ci
14d8a29711Sopenharmony_cigroup("fuzztest") {
15d8a29711Sopenharmony_ci  testonly = true
16d8a29711Sopenharmony_ci  deps = []
17d8a29711Sopenharmony_ci
18d8a29711Sopenharmony_ci  deps += [
19d8a29711Sopenharmony_ci    "innerkits/getenhanceremoteobject_fuzzer:GetEnhanceRemoteObjectFuzzTest",
20d8a29711Sopenharmony_ci    "innerkits/getpointereventenhancedata_fuzzer:GetPointerEventEnhanceDataFuzzTest",
21d8a29711Sopenharmony_ci    "innerkits/registersecuritycomponent_fuzzer:RegisterSecurityComponentFuzzTest",
22d8a29711Sopenharmony_ci    "innerkits/reportsecuritycomponentclickevent_fuzzer:ReportSecurityComponentClickEventFuzzTest",
23d8a29711Sopenharmony_ci    "innerkits/setenhancecfg_fuzzer:SetEnhanceCfgFuzzTest",
24d8a29711Sopenharmony_ci    "innerkits/unregistersecuritycomponent_fuzzer:UnregisterSecurityComponentFuzzTest",
25d8a29711Sopenharmony_ci    "innerkits/updatesecuritycomponent_fuzzer:UpdateSecurityComponentFuzzTest",
26d8a29711Sopenharmony_ci    "innerkits/verifysavepermission_fuzzer:VerifySavePermissionFuzzTest",
27d8a29711Sopenharmony_ci    "service/getenhanceremoteobjectstub_fuzzer:GetEnhanceRemoteObjectStubFuzzTest",
28d8a29711Sopenharmony_ci    "service/preregisterseccompprocessstub_fuzzer:PreRegisterSecCompProcessStubFuzzTest",
29d8a29711Sopenharmony_ci    "service/registersecuritycomponentstub_fuzzer:RegisterSecurityComponentStubFuzzTest",
30d8a29711Sopenharmony_ci    "service/reportsecuritycomponentclickeventstub_fuzzer:ReportSecurityComponentClickEventStubFuzzTest",
31d8a29711Sopenharmony_ci    "service/unregistersecuritycomponentstub_fuzzer:UnregisterSecurityComponentStubFuzzTest",
32d8a29711Sopenharmony_ci    "service/updatesecuritycomponentstub_fuzzer:UpdateSecurityComponentStubFuzzTest",
33d8a29711Sopenharmony_ci    "service/verifysavepermissionstub_fuzzer:VerifySavePermissionStubFuzzTest",
34d8a29711Sopenharmony_ci  ]
35d8a29711Sopenharmony_ci}
36