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
14datashare_base_path = "//foundation/distributeddatamgr/data_share"
15
16datashare_common_native_path = "${datashare_base_path}/frameworks/native/common"
17
18datashare_common_napi_path = "${datashare_base_path}/frameworks/js/napi/common"
19
20datashare_napi_path = "${datashare_base_path}/frameworks/js/napi"
21
22datashare_innerapi_path = "${datashare_base_path}/interfaces/inner_api"
23
24datashare_native_provider_path =
25    "${datashare_base_path}/frameworks/native/provider"
26
27datashare_native_consumer_path =
28    "${datashare_base_path}/frameworks/native/consumer"
29
30datashare_native_permission_path =
31    "${datashare_base_path}/frameworks/native/permission"
32
33datashare_native_proxy_path = "${datashare_base_path}/frameworks/native/proxy"
34
35foundation_path = "//foundation"
36
37access_token_path = "//base/security/access_token"
38
39base_hiviewdfx_hilog_path = "//base/hiviewdfx/hilog"
40
41commonlibrary_cutils_path = "//commonlibrary/c_utils"
42
43utils_system_safwk_path = "//utils/system/safwk"
44
45thirdparty_json_path = "//third_party/json"
46