1 Star 0 Fork 202

huangfeijie/commonlibrary_ets_utils_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ets_utils_config.gni 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
hzzhouzebin 提交于 2024-03-21 16:46 . Support Sendable Collections
# Copyright (c) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
if (defined(is_arkui_x) && is_arkui_x) {
plugins_root = "//plugins"
}
container_root = "//commonlibrary/ets_utils/js_util_module/container/"
concurrent_module = "//commonlibrary/ets_utils/js_concurrent_module/"
process_root = "//commonlibrary/ets_utils/js_sys_module/process"
sys_module = "//commonlibrary/ets_utils/js_sys_module/"
util_module = "//commonlibrary/ets_utils/js_util_module/"
platform_root = "//commonlibrary/ets_utils/platform/"
napi_root = "//foundation/arkui/napi"
openssl_root = "//third_party/openssl"
icu_root = "//third_party/icu/icu4c"
node_root = "//third_party/node"
third_party_root = "//third_party"
hilog_windows =
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_windows"
hilog_linux =
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_linux"
hilog_mac = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_mac"
hilog_ios = "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_ios"
hilog_android =
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_android"
ace_napi_dep = "//foundation/arkui/napi:ace_napi"
generate_js_bytecode_py =
"//arkcompiler/ets_frontend/es2panda/scripts/generate_js_bytecode.py"
ets_util_path = "//commonlibrary/ets_utils"
js_concurrent_module_common =
"//commonlibrary/ets_utils/js_concurrent_module/common"
ets_runtime = "//arkcompiler/ets_runtime"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hfj0921/commonlibrary_ets_utils_1.git
git@gitee.com:hfj0921/commonlibrary_ets_utils_1.git
hfj0921
commonlibrary_ets_utils_1
commonlibrary_ets_utils_1
master

搜索帮助