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
37dh_fwk_utils_path = "${distributedhardwarefwk_path}/common/utils"
38
39dh_fwk_services_path = "${distributedhardwarefwk_path}/services"
40
41dh_fwk_sdk_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
42
43plugin_path = "${engine_path}/plugin"
44
45output_controller_path = "${plugin_path}/plugins/av_trans_output/output_control"
46
47fuzz_test_output_path =
48    "distributed_hardware_fwk/distributed_hardware_fwk/av_transport"
49
50build_flags = [ "-Werror" ]
51
52if (!defined(ohos_lite)) {
53  histreamer_compile_part = true
54}
55