1# Copyright (c) 2023 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 14if (defined(is_arkui_x) && is_arkui_x) { 15 plugins_root = "//plugins" 16} 17container_root = "//commonlibrary/ets_utils/js_util_module/container/" 18concurrent_module = "//commonlibrary/ets_utils/js_concurrent_module/" 19process_root = "//commonlibrary/ets_utils/js_sys_module/process" 20sys_module = "//commonlibrary/ets_utils/js_sys_module/" 21util_module = "//commonlibrary/ets_utils/js_util_module/" 22platform_root = "//commonlibrary/ets_utils/platform/" 23napi_root = "//foundation/arkui/napi" 24openssl_root = "//third_party/openssl" 25icu_root = "//third_party/icu/icu4c" 26node_root = "//third_party/node" 27third_party_root = "//third_party" 28hilog_windows = 29 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_windows" 30hilog_linux = 31 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_linux" 32hilog_mac = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_mac" 33hilog_ios = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_ios" 34hilog_android = 35 "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_android" 36ace_napi_dep = "//foundation/arkui/napi:ace_napi" 37generate_js_bytecode_py = 38 "//arkcompiler/ets_frontend/es2panda/scripts/generate_js_bytecode.py" 39ets_util_path = "//commonlibrary/ets_utils" 40js_concurrent_module_common = 41 "//commonlibrary/ets_utils/js_concurrent_module/common" 42ets_runtime = "//arkcompiler/ets_runtime" 43