• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2024-2025 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    "ipc/native/src/core/adddeathrecipient_fuzzer:AddDeathRecipientFuzzTest",
18    "ipc/native/src/core/bind_fuzzer:BindFuzzTest",
19    "ipc/native/src/core/binderinvoker_fuzzer:BinderInvokerTwoFuzzTest",
20    "ipc/native/src/core/bufferobjecttwo_fuzzer:BufferObjectTwoFuzzTest",
21    "ipc/native/src/core/databussocketlistener_fuzzer:DataBusSocketListenerFuzzTest",
22    "ipc/native/src/core/dbindercallbackstub_fuzzer:DBinderCallBackStubFuzzTest",
23    "ipc/native/src/core/dbinderdatabusinvoker_fuzzer:DBinderDatabusInvokerFuzzTest",
24    "ipc/native/src/core/dbindergrantpermission_fuzzer:DBinderGrantPermissionFuzzTest",
25    "ipc/native/src/core/dbinderremovepermission_fuzzer:DBinderRemovePermissionFuzzTest",
26    "ipc/native/src/core/dbindersessionobject_fuzzer:DBinderSessionObjectFuzzTest",
27    "ipc/native/src/core/dbindersoftbusclient_fuzzer:DBinderSoftbusClientFuzzTest",
28    "ipc/native/src/core/getlocalnodedeviceid_fuzzer:GetLocalNodeDeviceIdFuzzTest",
29    "ipc/native/src/core/invokerfactory_fuzzer:InvokerFactoryFuzzTest",
30    "ipc/native/src/core/ipcfiledescriptor_fuzzer:IPCFileDescriptorFuzzTest",
31    "ipc/native/src/core/ipcfiledescriptormarshalling_fuzzer:IPCFileDescriptorMarshallingFuzzTest",
32    "ipc/native/src/core/ipcfiledescriptorunmarshalling_fuzzer:IPCFileDescriptorUnmarshallingFuzzTest",
33    "ipc/native/src/core/ipcobjectproxy_fuzzer:IPCObjectProxyFuzzTest",
34    "ipc/native/src/core/ipcobjectstub_fuzzer:IPCObjectStubFuzzTest",
35    "ipc/native/src/core/ipcpayloadstatistics_fuzzer:IPCPayloadStatisticsFuzzTest",
36    "ipc/native/src/core/ipcprocessskeleton_fuzzer:IPCProcessSkeletonTwoFuzzTest",
37    "ipc/native/src/core/ipcskeleton_fuzzer:IPCSkeletonTwoFuzzTest",
38    "ipc/native/src/core/ipcthreadpool_fuzzer:IPCThreadPoolFuzzTest",
39    "ipc/native/src/core/ipcthreadskeleton_fuzzer:IPCThreadSkeletonFuzzTest",
40    "ipc/native/src/core/listen_fuzzer:ListenFuzzTest",
41    "ipc/native/src/core/messageoption_fuzzer:MessageOptionFuzzTest",
42    "ipc/native/src/core/removedeathrecipient_fuzzer:RemoveDeathRecipientFuzzTest",
43    "ipc/native/src/core/sendbytes_fuzzer:SendBytesFuzzTest",
44    "ipc/native/src/core/sendrequest_fuzzer:SendRequestFuzzTest",
45    "ipc/native/src/core/setcallingidentity_fuzzer:SetCallingIdentityFuzzTest",
46    "ipc/native/src/core/setipcproxylimit_fuzzer:SetIPCProxyLimitFuzzTest",
47    "ipc/native/src/core/socket_fuzzer:SocketFuzzTest",
48    "ipc/native/src/mock/acquirehandle_fuzzer:AcquireHandleFuzzTest",
49  ]
50}
51