• 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/media_foundation/engine"
20
21media_standard_path = "//foundation/multimedia/player_framework"
22
23drivers_disaplay_path = "//drivers/peripheral/display"
24
25common_path = "${distributed_av_transport_path}/common"
26
27engine_path = "${distributed_av_transport_path}/av_trans_engine"
28
29interface_path = "${distributed_av_transport_path}/interface"
30
31handler_path = "${distributed_av_transport_path}/av_trans_handler"
32
33control_center_path = "${distributed_av_transport_path}/av_trans_control_center"
34
35filters_path = "${distributed_av_transport_path}/av_trans_engine/filters"
36
37filter_path = "${distributed_av_transport_path}/framework/filter"
38
39pipeline_path = "${distributed_av_transport_path}/framework/pipeline"
40
41dh_fwk_utils_path = "${distributedhardwarefwk_path}/common/utils"
42
43dh_fwk_services_path = "${distributedhardwarefwk_path}/services"
44
45dh_fwk_sdk_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
46
47plugin_path = "${engine_path}/plugin"
48
49output_controller_path = "${plugin_path}/plugins/av_trans_output/output_control"
50
51fuzz_test_output_path =
52    "distributed_hardware_fwk/distributed_hardware_fwk/av_transport"
53
54build_flags = [ "-Werror" ]
55
56if (!defined(ohos_lite)) {
57  histreamer_compile_part = true
58}
59