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