12d4d9a4dSopenharmony_ci# Copyright (c) 2021-2023 Huawei Device Co., Ltd.
22d4d9a4dSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
32d4d9a4dSopenharmony_ci# you may not use this file except in compliance with the License.
42d4d9a4dSopenharmony_ci# You may obtain a copy of the License at
52d4d9a4dSopenharmony_ci#
62d4d9a4dSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
72d4d9a4dSopenharmony_ci#
82d4d9a4dSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
92d4d9a4dSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
102d4d9a4dSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
112d4d9a4dSopenharmony_ci# See the License for the specific language governing permissions and
122d4d9a4dSopenharmony_ci# limitations under the License.
132d4d9a4dSopenharmony_ci
142d4d9a4dSopenharmony_cidistributedinput_path = "//foundation/distributedhardware/distributed_input"
152d4d9a4dSopenharmony_ci
162d4d9a4dSopenharmony_cidistributedhardwarefwk_path =
172d4d9a4dSopenharmony_ci    "//foundation/distributedhardware/distributed_hardware_fwk"
182d4d9a4dSopenharmony_ci
192d4d9a4dSopenharmony_cicommon_path = "${distributedinput_path}/common"
202d4d9a4dSopenharmony_ci
212d4d9a4dSopenharmony_ciutils_path = "${distributedinput_path}/utils"
222d4d9a4dSopenharmony_ci
232d4d9a4dSopenharmony_cidfx_utils_path = "${distributedinput_path}/dfx_utils"
242d4d9a4dSopenharmony_ci
252d4d9a4dSopenharmony_cifuzz_test_path = "distributed_input/distributed_input"
262d4d9a4dSopenharmony_ci
272d4d9a4dSopenharmony_ciservices_source_path = "${distributedinput_path}/services/source"
282d4d9a4dSopenharmony_ci
292d4d9a4dSopenharmony_ciservices_sink_path = "${distributedinput_path}/services/sink"
302d4d9a4dSopenharmony_ci
312d4d9a4dSopenharmony_ciservices_state_path = "${distributedinput_path}/services/state"
322d4d9a4dSopenharmony_ci
332d4d9a4dSopenharmony_ciinnerkits_path = "${distributedinput_path}/interfaces/inner_kits"
342d4d9a4dSopenharmony_ci
352d4d9a4dSopenharmony_ciipc_path = "${distributedinput_path}/interfaces/ipc"
362d4d9a4dSopenharmony_ci
372d4d9a4dSopenharmony_ciframeworks_path = "${distributedinput_path}/frameworks"
382d4d9a4dSopenharmony_ci
392d4d9a4dSopenharmony_ciservice_common = "${distributedinput_path}/services/common"
402d4d9a4dSopenharmony_ci
412d4d9a4dSopenharmony_cifwk_common_path = "${distributedhardwarefwk_path}/common"
422d4d9a4dSopenharmony_ci
432d4d9a4dSopenharmony_cifwk_interfaces_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
442d4d9a4dSopenharmony_ci
452d4d9a4dSopenharmony_ciav_transport_path = "${distributedhardwarefwk_path}/av_transport"
462d4d9a4dSopenharmony_ci
472d4d9a4dSopenharmony_cidistributedinput_ldflags = [ "-lpthread" ]
48