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_cj_ffi_path = "${datashare_base_path}/frameworks/cj/ffi" 23 24datashare_innerapi_path = "${datashare_base_path}/interfaces/inner_api" 25 26datashare_native_provider_path = 27 "${datashare_base_path}/frameworks/native/provider" 28 29datashare_native_consumer_path = 30 "${datashare_base_path}/frameworks/native/consumer" 31 32datashare_native_permission_path = 33 "${datashare_base_path}/frameworks/native/permission" 34 35datashare_native_proxy_path = "${datashare_base_path}/frameworks/native/proxy" 36 37foundation_path = "//foundation" 38 39access_token_path = "//base/security/access_token" 40 41base_hiviewdfx_hilog_path = "//base/hiviewdfx/hilog" 42 43commonlibrary_cutils_path = "//commonlibrary/c_utils" 44 45utils_system_safwk_path = "//utils/system/safwk" 46 47thirdparty_json_path = "//third_party/json" 48