11d3ffd26Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
21d3ffd26Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
31d3ffd26Sopenharmony_ci# you may not use this file except in compliance with the License.
41d3ffd26Sopenharmony_ci# You may obtain a copy of the License at
51d3ffd26Sopenharmony_ci#
61d3ffd26Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
71d3ffd26Sopenharmony_ci#
81d3ffd26Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
91d3ffd26Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
101d3ffd26Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
111d3ffd26Sopenharmony_ci# See the License for the specific language governing permissions and
121d3ffd26Sopenharmony_ci# limitations under the License.
131d3ffd26Sopenharmony_cigraphic_surface_path = "//foundation/graphic/graphic_surface"
141d3ffd26Sopenharmony_cigraphic_2d_path = "//foundation/graphic/graphic_2d"
151d3ffd26Sopenharmony_cimultimedia_camera_framework_path = "//foundation/multimedia/camera_framework"
161d3ffd26Sopenharmony_cimultimedia_image_framework_path = "//foundation/multimedia/image_framework"
171d3ffd26Sopenharmony_cidriver_camera_path = "//drivers/interface/camera"
181d3ffd26Sopenharmony_cithird_party_path = "//third_party/googletest"
191d3ffd26Sopenharmony_cidriver_peripheral_path = "//drivers/peripheral/camera"
201d3ffd26Sopenharmony_cibase_security_path = "//base/security/access_token"
211d3ffd26Sopenharmony_cidriver_disply_path = "//drivers/peripheral/display"
221d3ffd26Sopenharmony_ciwindow_manager_path = "//foundation/window/window_manager"
231d3ffd26Sopenharmony_cisystem_safwk_path = "//utils/system/safwk"
241d3ffd26Sopenharmony_cimultimedia_media_library_path = "//foundation/multimedia/media_library"
251d3ffd26Sopenharmony_ci
261d3ffd26Sopenharmony_ciuse_sensor = false
271d3ffd26Sopenharmony_ciif (defined(global_parts_info) && defined(global_parts_info.sensors_sensor)) {
281d3ffd26Sopenharmony_ci  use_sensor = true
291d3ffd26Sopenharmony_ci}
301d3ffd26Sopenharmony_ci
311d3ffd26Sopenharmony_ciuse_thermal_manager = false
321d3ffd26Sopenharmony_ciif (defined(global_parts_info) &&
331d3ffd26Sopenharmony_ci    defined(global_parts_info.powermgr_thermal_manager)) {
341d3ffd26Sopenharmony_ci  use_thermal_manager = true
351d3ffd26Sopenharmony_ci}
361d3ffd26Sopenharmony_ci
371d3ffd26Sopenharmony_ciuse_battery_manager = false
381d3ffd26Sopenharmony_ciif (defined(global_parts_info) &&
391d3ffd26Sopenharmony_ci    defined(global_parts_info.powermgr_battery_manager)) {
401d3ffd26Sopenharmony_ci  use_battery_manager = true
411d3ffd26Sopenharmony_ci}
421d3ffd26Sopenharmony_ci
431d3ffd26Sopenharmony_ciuse_power_manager = false
441d3ffd26Sopenharmony_ciif (defined(global_parts_info) &&
451d3ffd26Sopenharmony_ci    defined(global_parts_info.powermgr_power_manager)) {
461d3ffd26Sopenharmony_ci  use_power_manager = true
471d3ffd26Sopenharmony_ci}
481d3ffd26Sopenharmony_ci
491d3ffd26Sopenharmony_cigen_camera_picker = true
501d3ffd26Sopenharmony_cihicollie_enable = true
51