# Copyright (c) 2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("//build/ohos/sa_profile/sa_profile.gni") import("soc_perf.gni") group("base_group_soc_perf_all") { if (soc_perf_device_enable) { deps = [ "${socperf_path}/profile:socperf_config" ] } } group("fwk_group_socperf_client_all") { if (soc_perf_device_enable) { deps = [ "${socperf_interfaces}/inner_api/socperf_client:socperf_client" ] } } group("service_group_soc_perf_all") { if (soc_perf_device_enable) { deps = [ "${socperf_path}/sa_profile:socperf_sa_profile", "${socperf_services}:socperf_server", ] } } group("test_soc_perf_all") { testonly = true if (soc_perf_device_enable) { deps = [ "${socperf_test}/fuzztest:fuzztest", "${socperf_test}/testutil:socperf_test", "${socperf_test}/unittest:unittest", ] } }