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 storage_service_crypto_test = false 22 if (defined(global_parts_info) && 23 defined(global_parts_info.filemanagement_dfs_service)) { 24 storage_service_dfs_service = true 25 } else { 26 storage_service_dfs_service = false 27 } 28} 29storage_manager_path = 30 "//foundation/filemanagement/storage_service/services/storage_manager" 31storage_daemon_path = 32 "//foundation/filemanagement/storage_service/services/storage_daemon" 33storage_interface_path = 34 "//foundation/filemanagement/storage_service/interfaces" 35storage_service_common_path = 36 "//foundation/filemanagement/storage_service/services/common" 37storage_service_path = "//foundation/filemanagement/storage_service" 38bundlemanager_framework_path = "//foundation/bundlemanager/bundle_framework" 39multimedia_library_path = "//foundation/multimedia/media_library" 40start_init_services_path = "//base/startup/init/services" 41start_init_interfaces_path = "//base/startup/init/interfaces" 42security_huks_frameworks_path = "//base/security/huks/frameworks/huks_standard" 43c_utils_base_path = "//commonlibrary/c_utils/base" 44communication_ipc_path = "//foundation/communication/ipc" 45