• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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}
17declare_args() {
18  ets_utils_stacksize_low_enable = false
19}
20container_root = "//commonlibrary/ets_utils/js_util_module/container/"
21concurrent_module = "//commonlibrary/ets_utils/js_concurrent_module/"
22process_root = "//commonlibrary/ets_utils/js_sys_module/process"
23sys_module = "//commonlibrary/ets_utils/js_sys_module/"
24util_module = "//commonlibrary/ets_utils/js_util_module/"
25platform_root = "//commonlibrary/ets_utils/platform/"
26napi_root = "//foundation/arkui/napi"
27ace_root = "//foundation/arkui/ace_engine"
28openssl_root = "//third_party/openssl"
29icu_root = "//third_party/icu/icu4c"
30node_root = "//third_party/node"
31third_party_root = "//third_party"
32hilog_windows =
33    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_windows"
34hilog_linux =
35    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_linux"
36hilog_mac = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_mac"
37hilog_ios = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_ios"
38hilog_android =
39    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_android"
40ace_napi_dep = "//foundation/arkui/napi:ace_napi"
41generate_js_bytecode_py =
42    "//arkcompiler/ets_frontend/es2panda/scripts/generate_js_bytecode.py"
43ets_util_path = "//commonlibrary/ets_utils"
44js_concurrent_module_common =
45    "//commonlibrary/ets_utils/js_concurrent_module/common"
46ets_runtime = "//arkcompiler/ets_runtime"
47