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 14distributedcamera_path = "//foundation/distributedhardware/distributedcamera" 15 16distributedhardwarefwk_path = "//foundation/distributedhardware/distributedhardwarefwk" 17 18hdf_framework_path = "//drivers/framework" 19 20camera_hdf_path_baltimore = "//drivers/peripheral/adapter" 21 22camera_hdf_path = "//drivers/peripheral" 23 24display_hdf_path = "//drivers/peripheral/display" 25 26camerastandard_path = "//foundation/multimedia/camera_standard" 27 28mediastandard_path = "//foundation/multimedia/media_standard" 29 30graphicstandard_path = "//foundation/graphic/standard" 31 32common_path = "${distributedcamera_path}/common" 33 34services_path = "${distributedcamera_path}/services" 35 36innerkits_path = "${distributedcamera_path}/interfaces/inner_kits" 37 38distributedcamera_hdf_path = "${distributedcamera_path}/camera_hdf" 39 40fwk_utils_path = "${distributedhardwarefwk_path}/utils" 41 42fwk_common_path = "${distributedhardwarefwk_path}/common" 43 44fwk_services_path = "${distributedhardwarefwk_path}/services" 45 46build_flags = [ "-Werror" ] 47