1 Star 0 Fork 204

汤立镇/commonlibrary_ets_utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ets_utils_config.gni 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
yaochaonan 提交于 2023-05-23 11:39 . Add console/timer UT
# 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.
is_cross_platform_build =
defined(build_cross_platform_version) && build_cross_platform_version
if (is_cross_platform_build) {
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/"
napi_root = "//foundation/arkui/napi"
openssl_root = "//third_party/openssl"
icu_root = "//third_party/icu/icu4c"
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/ts2panda/scripts/generate_js_bytecode.py"
ets_util_path = "//commonlibrary/ets_utils"
js_concurrent_module_common =
"//commonlibrary/ets_utils/js_concurrent_module/common"
concurrent_module = "//commonlibrary/ets_utils/js_concurrent_module"
sys_module = "//commonlibrary/ets_utils/js_sys_module"
ets_runtime = "//arkcompiler/ets_runtime"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tang-lizhen/commonlibrary_ets_utils.git
git@gitee.com:tang-lizhen/commonlibrary_ets_utils.git
tang-lizhen
commonlibrary_ets_utils
commonlibrary_ets_utils
master

搜索帮助