1816fd32cSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2816fd32cSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3816fd32cSopenharmony_ci# you may not use this file except in compliance with the License.
4816fd32cSopenharmony_ci# You may obtain a copy of the License at
5816fd32cSopenharmony_ci#
6816fd32cSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7816fd32cSopenharmony_ci#
8816fd32cSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9816fd32cSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10816fd32cSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11816fd32cSopenharmony_ci# See the License for the specific language governing permissions and
12816fd32cSopenharmony_ci# limitations under the License.
13816fd32cSopenharmony_ci
14816fd32cSopenharmony_cidatashare_base_path = "//foundation/distributeddatamgr/data_share"
15816fd32cSopenharmony_ci
16816fd32cSopenharmony_cidatashare_common_native_path = "${datashare_base_path}/frameworks/native/common"
17816fd32cSopenharmony_ci
18816fd32cSopenharmony_cidatashare_common_napi_path = "${datashare_base_path}/frameworks/js/napi/common"
19816fd32cSopenharmony_ci
20816fd32cSopenharmony_cidatashare_napi_path = "${datashare_base_path}/frameworks/js/napi"
21816fd32cSopenharmony_ci
22816fd32cSopenharmony_cidatashare_innerapi_path = "${datashare_base_path}/interfaces/inner_api"
23816fd32cSopenharmony_ci
24816fd32cSopenharmony_cidatashare_native_provider_path =
25816fd32cSopenharmony_ci    "${datashare_base_path}/frameworks/native/provider"
26816fd32cSopenharmony_ci
27816fd32cSopenharmony_cidatashare_native_consumer_path =
28816fd32cSopenharmony_ci    "${datashare_base_path}/frameworks/native/consumer"
29816fd32cSopenharmony_ci
30816fd32cSopenharmony_cidatashare_native_permission_path =
31816fd32cSopenharmony_ci    "${datashare_base_path}/frameworks/native/permission"
32816fd32cSopenharmony_ci
33816fd32cSopenharmony_cidatashare_native_proxy_path = "${datashare_base_path}/frameworks/native/proxy"
34816fd32cSopenharmony_ci
35816fd32cSopenharmony_cifoundation_path = "//foundation"
36816fd32cSopenharmony_ci
37816fd32cSopenharmony_ciaccess_token_path = "//base/security/access_token"
38816fd32cSopenharmony_ci
39816fd32cSopenharmony_cibase_hiviewdfx_hilog_path = "//base/hiviewdfx/hilog"
40816fd32cSopenharmony_ci
41816fd32cSopenharmony_cicommonlibrary_cutils_path = "//commonlibrary/c_utils"
42816fd32cSopenharmony_ci
43816fd32cSopenharmony_ciutils_system_safwk_path = "//utils/system/safwk"
44816fd32cSopenharmony_ci
45816fd32cSopenharmony_cithirdparty_json_path = "//third_party/json"
46