• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
14ability_base_kits_path = "//foundation/ability/ability_base/interfaces/kits"
15ability_runtime_kits_path =
16    "//foundation/ability/ability_runtime/frameworks/kits"
17
18distributedfile_path = "//foundation/filemanagement/dfs_service"
19
20utils_path = "${distributedfile_path}/utils"
21services_path = "${distributedfile_path}/services"
22innerkits_native_path = "${distributedfile_path}/interfaces/inner_api/native"
23bas_hiviewdfx_hilog_path = "//base/hiviewdfx/hilog"
24device_manager_path = "//foundation/distributedhardware/device_manager"
25dsoftbus_path = "//foundation/communication/dsoftbus"
26media_library_path = "//foundation/multimedia/media_library"
27communication_ipc_path = "//foundation/communication"
28image_framework_path = "//foundation/multimedia/image_framework"
29
30declare_args() {
31  if (defined(global_parts_info) &&
32      defined(global_parts_info.powermgr_battery_manager)) {
33    cloudsync_service_power = true
34  } else {
35    cloudsync_service_power = false
36  }
37  dfs_service_feature_enable_cloud_adapter = false
38}
39