1# Copyright (C) 2022 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("//base/location/config.gni")
15import("//build/test.gni")
16group("fuzztest") {
17  testonly = true
18  deps = [
19    "locator/cachedlocationcallbackhost_fuzzer:CachedLocationCallbackHostFuzzTest",
20    "locator/checkmessage_fuzzer:CheckMessageFuzzTest",
21    "locator/countrycodecallbackhost_fuzzer:CountryCodeCallbackHostFuzzTest",
22    "locator/countrycodemanager_fuzzer:CountryCodeManagerFuzzTest",
23    "locator/fusioncontroller_fuzzer:FusionControllerFuzzTest",
24    "locator/geoconvertproxy_fuzzer:GeoConvertProxyFuzzTest",
25    "locator/geoconvertservice_fuzzer:GeoconvertServiceFuzzTest",
26    "locator/gnss_fuzzer:GnssFuzzTest",
27    "locator/gnssability_fuzzer:GnssAbilityFuzzTest",
28    "locator/gnssstatuscallbackhost_fuzzer:GnssStatusCallbackHostFuzzTest",
29    "locator/locationconfigmanager_fuzzer:LocationConfigManagerFuzzTest",
30    "locator/locationswitchcallbackhost_fuzzer:LocationSwitchCallbackHostFuzzTest",
31    "locator/locator_fuzzer:LocatorFuzzTest",
32    "locator/locatorabilitystub_fuzzer:LocatorAbilityStubFuzzTest",
33    "locator/locatorbackgroundproxy_fuzzer:LocatorBackgroundProxyFuzzTest",
34    "locator/locatorcallbackhost_fuzzer:LocatorCallbackHostFuzzTest",
35    "locator/locatorcallbackstub_fuzzer:LocatorCallbackStubFuzzTest",
36    "locator/locatoreventmanager_fuzzer:LocatorEventManagerFuzzTest",
37    "locator/networkability_fuzzer:NetworkAbilityFuzzTest",
38    "locator/networkabilityproxy_fuzzer:NetworkAbilityProxyFuzzTest",
39    "locator/networkcallbackhost_fuzzer:NetworkCallbackHostFuzzTest",
40    "locator/nmeamessagecallbackhost_fuzzer:NmeaMessageCallbackHostFuzzTest",
41    "locator/passiveability_fuzzer:PassiveAbilityFuzzTest",
42    "locator/passiveabilityproxy_fuzzer:PassiveAbilityProxyFuzzTest",
43    "locator/reportmanager_fuzzer:ReportManagerFuzzTest",
44    "locator/requestmanager_fuzzer:RequestManagerFuzzTest",
45  ]
46}
47