106694b06Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 206694b06Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 306694b06Sopenharmony_ci# you may not use this file except in compliance with the License. 406694b06Sopenharmony_ci# You may obtain a copy of the License at 506694b06Sopenharmony_ci# 606694b06Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 706694b06Sopenharmony_ci# 806694b06Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 906694b06Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1006694b06Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1106694b06Sopenharmony_ci# See the License for the specific language governing permissions and 1206694b06Sopenharmony_ci# limitations under the License. 1306694b06Sopenharmony_ci 1406694b06Sopenharmony_cideclare_args() { 1506694b06Sopenharmony_ci relational_store_rdb_support_icu = true 1606694b06Sopenharmony_ci} 1706694b06Sopenharmony_ci 1806694b06Sopenharmony_cicommon_tool_path = "//foundation/distributeddatamgr/kv_store/frameworks/common" 1906694b06Sopenharmony_cidistributeddata_base_path = "//foundation/distributeddatamgr" 2006694b06Sopenharmony_ci 2106694b06Sopenharmony_cirelational_store_base_path = "//foundation/distributeddatamgr/relational_store" 2206694b06Sopenharmony_ci 2306694b06Sopenharmony_cirelational_store_mock_path = "${relational_store_base_path}/rdbmock" 2406694b06Sopenharmony_ci 2506694b06Sopenharmony_cirelational_store_js_common_path = 2606694b06Sopenharmony_ci "${relational_store_base_path}/frameworks/js/napi/common" 2706694b06Sopenharmony_ci 2806694b06Sopenharmony_cirelational_store_napi_path = "${relational_store_base_path}/frameworks/js/napi" 2906694b06Sopenharmony_ci 3006694b06Sopenharmony_cirelational_store_native_path = "${relational_store_base_path}/frameworks/native" 3106694b06Sopenharmony_ci 3206694b06Sopenharmony_cirelational_store_innerapi_path = 3306694b06Sopenharmony_ci "${relational_store_base_path}/interfaces/inner_api" 3406694b06Sopenharmony_ci 3506694b06Sopenharmony_cirelational_store_common_path = "${relational_store_base_path}/frameworks/common" 3606694b06Sopenharmony_ci 3706694b06Sopenharmony_cicloud_data_native_path = 3806694b06Sopenharmony_ci "${relational_store_base_path}/frameworks/native/cloud_data" 3906694b06Sopenharmony_cicloud_data_napi_path = "${relational_store_napi_path}/cloud_data" 4006694b06Sopenharmony_ci 4106694b06Sopenharmony_cidatashare_path = 4206694b06Sopenharmony_ci "//foundation/distributeddatamgr/data_share/interfaces/inner_api" 4306694b06Sopenharmony_ci 4406694b06Sopenharmony_ciipc_path = "//foundation/communication/ipc/interfaces/innerkits" 4506694b06Sopenharmony_ci 4606694b06Sopenharmony_cikvstore_path = "//foundation/distributeddatamgr/kv_store/frameworks" 4706694b06Sopenharmony_ci 4806694b06Sopenharmony_cikvstore_interface_path = "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include" 4906694b06Sopenharmony_ci 5006694b06Sopenharmony_cidistributedfile_path = 5106694b06Sopenharmony_ci "//foundation/filemanagement/file_api/interfaces/kits/js/src" 5206694b06Sopenharmony_ci 5306694b06Sopenharmony_cisdk_c_path = "//interface/sdk_c/distributeddatamgr" 5406694b06Sopenharmony_ci 5506694b06Sopenharmony_ciplugins_path = "//plugins" 5606694b06Sopenharmony_ci 5706694b06Sopenharmony_cifoundation_systemabilitymgr_path = "//foundation/systemabilitymgr/" 5806694b06Sopenharmony_ci 5906694b06Sopenharmony_cibase_security_dataclassification_path = "//base/security/dataclassification" 60