• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 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_runtime_path = "//foundation/ability/ability_runtime"
15ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
16declare_args() {
17  storage_service_graphic = true
18  storage_service_user_crypto_manager = true
19  storage_service_external_storage_manager = true
20  storage_service_storage_statistics_manager = true
21}
22storage_manager_path =
23    "//foundation/filemanagement/storage_service/services/storage_manager"
24storage_daemon_path =
25    "//foundation/filemanagement/storage_service/services/storage_daemon"
26storage_interface_path =
27    "//foundation/filemanagement/storage_service/interfaces"
28storage_service_common_path =
29    "//foundation/filemanagement/storage_service/services/common"
30storage_service_path = "//foundation/filemanagement/storage_service"
31bundlemanager_framework_path = "//foundation/bundlemanager/bundle_framework"
32multimedia_library_path = "//foundation/multimedia/media_library"
33start_init_services_path = "//base/startup/init/services"
34start_init_interfaces_path = "//base/startup/init/interfaces"
35security_huks_frameworks_path = "//base/security/huks/frameworks/huks_standard"
36c_utils_base_path = "//commonlibrary/c_utils/base"
37communication_ipc_path = "//foundation/communication/ipc"
38