2022-05-18 07:44:19 +00:00
|
|
|
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
2022-05-28 07:40:34 +00:00
|
|
|
# limitations under the License.
|
2022-05-18 07:44:19 +00:00
|
|
|
|
2022-06-20 08:52:44 +00:00
|
|
|
ability_runtime_path = "//foundation/ability/ability_runtime"
|
2022-06-28 06:34:35 +00:00
|
|
|
ability_runtime_innerkits_path = "${ability_runtime_path}/interfaces/inner_api"
|
2022-06-23 07:54:48 +00:00
|
|
|
ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
|
|
|
|
ability_runtime_services_path = "${ability_runtime_path}/services"
|
2022-07-05 03:03:11 +00:00
|
|
|
ability_runtime_napi_path = "${ability_runtime_path}/frameworks/js/napi"
|
2022-12-06 11:22:25 +00:00
|
|
|
access_token_path = "//base/security/access_token"
|
2023-04-06 02:05:29 +00:00
|
|
|
file_api_path = "//foundation/filemanagement/file_api"
|
2023-04-24 12:56:01 +00:00
|
|
|
user_file_service_path = "//foundation/filemanagement/user_file_service"
|
|
|
|
distributed_file_path = "//foundation/distributeddatamgr/distributedfile"
|
2023-11-21 08:46:58 +00:00
|
|
|
commonlibrary_path = "//commonlibrary"
|