• 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
14distributedcamera_path = "//foundation/distributedhardware/distributed_camera"
15
16distributedhardwarefwk_path =
17    "//foundation/distributedhardware/distributed_hardware_fwk"
18
19camera_hdf_path = "//drivers/peripheral"
20
21camerastandard_path = "//foundation/multimedia/camera_framework"
22
23mediastandard_path = "//foundation/multimedia/player_framework"
24
25graphicstandard_path = "//foundation/graphic/graphic_2d"
26
27common_path = "${distributedcamera_path}/common"
28
29services_path = "${distributedcamera_path}/services"
30
31innerkits_path = "${distributedcamera_path}/interfaces/inner_kits"
32
33fwk_utils_path = "${distributedhardwarefwk_path}/utils"
34
35fwk_common_path = "${distributedhardwarefwk_path}/common"
36
37fwk_innerkits_path = "${distributedhardwarefwk_path}/interfaces/inner_kits"
38
39av_transport_path = "${distributedhardwarefwk_path}/av_transport"
40
41feeding_smoother_path = "${services_path}/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother"
42
43build_flags = [ "-Werror" ]
44
45declare_args() {
46  distributed_camera_common = true
47}
48