15bebb993Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 25bebb993Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 35bebb993Sopenharmony_ci# you may not use this file except in compliance with the License. 45bebb993Sopenharmony_ci# You may obtain a copy of the License at 55bebb993Sopenharmony_ci# 65bebb993Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 75bebb993Sopenharmony_ci# 85bebb993Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 95bebb993Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 105bebb993Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 115bebb993Sopenharmony_ci# See the License for the specific language governing permissions and 125bebb993Sopenharmony_ci# limitations under the License. 135bebb993Sopenharmony_ci 145bebb993Sopenharmony_ciaafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/native" 155bebb993Sopenharmony_ciaafwk_path = "${aafwk_kits_path}/frameworks/kits" 165bebb993Sopenharmony_ciarkui_napi_path = "//foundation/arkui/napi" 175bebb993Sopenharmony_cifile_api_path = "//foundation/filemanagement/file_api" 185bebb993Sopenharmony_cifilemanagement_service_path = "//foundation/filemanagement/dfs_service/services" 195bebb993Sopenharmony_cihiviewdfx_hilog_path = "//base/hiviewdfx/hilog" 205bebb993Sopenharmony_cisrc_path = "${file_api_path}/interfaces/kits/js/src" 215bebb993Sopenharmony_ciutils_path = "${file_api_path}/utils" 225bebb993Sopenharmony_ci 235bebb993Sopenharmony_ciuse_mac = "${current_os}_${current_cpu}" == "mac_x64" || 245bebb993Sopenharmony_ci "${current_os}_${current_cpu}" == "mac_arm64" 255bebb993Sopenharmony_ciuse_mingw_win = "${current_os}_${current_cpu}" == "mingw_x86_64" 26