• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021-2023 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
25services_source_path = "${distributedinput_path}/services/source"
26
27services_sink_path = "${distributedinput_path}/services/sink"
28
29innerkits_path = "${distributedinput_path}/interfaces/inner_kits"
30
31ipc_path = "${distributedinput_path}/interfaces/ipc"
32
33frameworks_path = "${distributedinput_path}/frameworks"
34
35service_common = "${distributedinput_path}/services/common"
36
37fwk_common_path = "${distributedhardwarefwk_path}/common"
38
39fwk_interfaces_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
40
41av_transport_path = "${distributedhardwarefwk_path}/av_transport"
42
43distributedinput_ldflags = [ "-lpthread" ]
44