• 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}
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"
26hilog_windows =
27    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_windows"
28hilog_linux =
29    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_linux"
30hilog_mac = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_mac"
31hilog_ios = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_ios"
32hilog_android =
33    "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_android"
34ace_napi_dep = "//foundation/arkui/napi:ace_napi"
35generate_js_bytecode_py =
36    "//arkcompiler/ets_frontend/es2panda/scripts/generate_js_bytecode.py"
37ets_util_path = "//commonlibrary/ets_utils"
38js_concurrent_module_common =
39    "//commonlibrary/ets_utils/js_concurrent_module/common"
40ets_runtime = "//arkcompiler/ets_runtime"
41