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 14group("fuzztest") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 "cancelretentionstate_fuzzer:CancelRetentionStateFuzzTest", 20 "cancelretentionstatestub_fuzzer:CancelRetentionStateStubFuzzTest", 21 "cleansandboxconfig_fuzzer:CleanSandboxConfigFuzzTest", 22 "cleansandboxconfigstub_fuzzer:CleanSandboxConfigStubFuzzTest", 23 "generatecert_fuzzer:GenerateCertFuzzTest", 24 "generatecertstub_fuzzer:GenerateCertStubFuzzTest", 25 "getdlpfilevisitrecord_fuzzer:GetDlpFileVisitRecordFuzzTest", 26 "getdlpfilevisitrecordstub_fuzzer:GetDlpFileVisitRecordStubFuzzTest", 27 "getdlpgatheringpolicy_fuzzer:GetDlpGatheringPolicyFuzzTest", 28 "getdlpgatheringpolicystub_fuzzer:GetDlpGatheringPolicyStubFuzzTest", 29 "getdlpsupportfiletype_fuzzer:GetDlpSupportFileTypeFuzzTest", 30 "getdlpsupportfiletypestub_fuzzer:GetDlpSupportFileTypeStubFuzzTest", 31 "getmdmpolicy_fuzzer:GetMDMPolicyFuzzTest", 32 "getmdmpolicystub_fuzzer:GetMDMPolicyStubFuzzTest", 33 "getretentionsandboxlist_fuzzer:GetRetentionSandboxListFuzzTest", 34 "getretentionsandboxliststub_fuzzer:GetRetentionSandboxListStubFuzzTest", 35 "getsandboxconfig_fuzzer:GetSandboxConfigFuzzTest", 36 "getsandboxconfigstub_fuzzer:GetSandboxConfigStubFuzzTest", 37 "getsandboxexternalauthorization_fuzzer:GetSandboxExternalAuthorizationFuzzTest", 38 "getsandboxexternalauthorizationstub_fuzzer:GetSandboxExternalAuthorizationStubFuzzTest", 39 "installdlpsandbox_fuzzer:InstallDlpSandboxFuzzTest", 40 "installdlpsandboxstub_fuzzer:InstallDlpSandboxStubFuzzTest", 41 "isindlpsandbox_fuzzer:IsInDlpSandboxFuzzTest", 42 "isindlpsandboxstub_fuzzer:IsInDlpSandboxStubFuzzTest", 43 "parsecert_fuzzer:ParseCertFuzzTest", 44 "parsecertstub_fuzzer:ParseCertStubFuzzTest", 45 "parsedlpheader_fuzzer:ParseDlpHeaderFuzzTest", 46 "querydlpfileaccess_fuzzer:QueryDlpFileAccessFuzzTest", 47 "querydlpfileaccessstub_fuzzer:QueryDlpFileAccessStubFuzzTest", 48 "querydlpfilecopyablebytokenid_fuzzer:QueryDlpFileCopyableByTokenIdFuzzTest", 49 "querydlpfilecopyablebytokenidstub_fuzzer:QueryDlpFileCopyableByTokenIdStubFuzzTest", 50 "registerdlpsandboxchangecallback_fuzzer:RegisterDlpSandboxChangeCallbackFuzzTest", 51 "registerdlpsandboxchangecallbackstub_fuzzer:RegisterDlpSandboxChangeCallbackStubFuzzTest", 52 "registeropendlpfilecallback_fuzzer:RegisterOpenDlpFileCallbackFuzzTest", 53 "registeropendlpfilecallbackstub_fuzzer:RegisterOpenDlpFileCallbackStubFuzzTest", 54 "setmdmpolicy_fuzzer:SetMDMPolicyFuzzTest", 55 "setmdmpolicystub_fuzzer:SetMDMPolicyStubFuzzTest", 56 "setretentionstate_fuzzer:SetRetentionStateFuzzTest", 57 "setretentionstatestub_fuzzer:SetRetentionStateStubFuzzTest", 58 "setsandboxconfig_fuzzer:SetSandboxConfigFuzzTest", 59 "setsandboxconfigstub_fuzzer:SetSandboxConfigStubFuzzTest", 60 "uninstalldlpsandbox_fuzzer:UninstallDlpSandboxFuzzTest", 61 "uninstalldlpsandboxstub_fuzzer:UninstallDlpSandboxStubFuzzTest", 62 "unregisterdlpsandboxchangecallback_fuzzer:UnRegisterDlpSandboxChangeCallbackFuzzTest", 63 "unregisterdlpsandboxchangecallbackstub_fuzzer:UnRegisterDlpSandboxChangeCallbackStubFuzzTest", 64 "unregisteropendlpfilecallback_fuzzer:UnRegisterOpenDlpFileCallbackFuzzTest", 65 "unregisteropendlpfilecallbackstub_fuzzer:UnRegisterOpenDlpFileCallbackStubFuzzTest", 66 ] 67} 68