• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021-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
14distributedinput_path = "//foundation/distributedhardware/distributed_input"
15
16distributedhardwarefwk_path =
17    "//foundation/distributedhardware/distributed_hardware_fwk"
18
19common_path = "${distributedinput_path}/common"
20
21utils_path = "${distributedinput_path}/utils"
22
23dfx_utils_path = "${distributedinput_path}/dfx_utils"
24
25fuzz_test_path = "distributed_input/distributed_input"
26
27services_source_path = "${distributedinput_path}/services/source"
28
29services_sink_path = "${distributedinput_path}/services/sink"
30
31services_state_path = "${distributedinput_path}/services/state"
32
33innerkits_path = "${distributedinput_path}/interfaces/inner_kits"
34
35ipc_path = "${distributedinput_path}/interfaces/ipc"
36
37frameworks_path = "${distributedinput_path}/frameworks"
38
39service_common = "${distributedinput_path}/services/common"
40
41fwk_common_path = "${distributedhardwarefwk_path}/common"
42
43fwk_interfaces_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
44
45av_transport_path = "${distributedhardwarefwk_path}/av_transport"
46
47unittest_output_path = "distributed_input/distributed_input"
48
49distributedinput_ldflags = [ "-lpthread" ]
50
51declare_args() {
52  check_same_account = true
53  if (!defined(global_parts_info) || !defined(
54          global_parts_info.distributedhardware_distributed_hardware_adapter)) {
55    check_same_account = false
56  }
57}