• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 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
14distributedhardwarefwk_path =
15    "//foundation/distributedhardware/distributed_hardware_fwk"
16
17distributed_av_transport_path = "${distributedhardwarefwk_path}/av_transport"
18
19histreamer_path = "//foundation/multimedia/histreamer/engine"
20
21dsoftbus_path = "//foundation/communication/dsoftbus"
22
23media_standard_path = "//foundation/multimedia/player_framework"
24
25drivers_disaplay_path = "//drivers/peripheral/display"
26
27common_path = "${distributed_av_transport_path}/common"
28
29engine_path = "${distributed_av_transport_path}/av_trans_engine"
30
31interface_path = "${distributed_av_transport_path}/interface"
32
33handler_path = "${distributed_av_transport_path}/av_trans_handler"
34
35control_center_path = "${distributed_av_transport_path}/av_trans_control_center"
36
37filters_path = "${distributed_av_transport_path}/av_trans_engine/filters"
38
39dh_fwk_utils_path = "${distributedhardwarefwk_path}/common/utils"
40
41dh_fwk_services_path = "${distributedhardwarefwk_path}/services"
42
43dh_fwk_sdk_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
44
45plugin_path = "${engine_path}/plugin"
46
47output_controller_path = "${plugin_path}/plugins/av_trans_output/output_control"
48
49build_flags = [ "-Werror" ]
50