mirror of
https://github.com/openharmony/js_worker_module.git
synced 2026-07-19 11:22:56 -04:00
@@ -17,20 +17,20 @@ ohos_shared_library("worker") {
|
||||
include_dirs = [
|
||||
"//base/compileruntime/js_worker_module/worker",
|
||||
"//base/compileruntime/js_worker_module/helper",
|
||||
"//base/compileruntime/js_worker_module/plugin"
|
||||
"//base/compileruntime/js_worker_module/plugin",
|
||||
]
|
||||
|
||||
sources = [
|
||||
"helper/napi_helper.cpp",
|
||||
"plugin/timer.cpp",
|
||||
"worker/message_queue.cpp",
|
||||
"worker/native_module_worker.cpp",
|
||||
"worker/thread.cpp",
|
||||
"worker/worker.cpp",
|
||||
"worker/worker_runner.cpp",
|
||||
"helper/napi_helper.cpp",
|
||||
"plugin/timer.cpp"
|
||||
]
|
||||
|
||||
deps = [ "//foundation/ace/napi:ace_napi" ]
|
||||
deps = [ "//foundation/arkui/napi:ace_napi" ]
|
||||
|
||||
if (is_standard_system) {
|
||||
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
|
||||
@@ -356,8 +356,8 @@ parentPort.onmessageerror = function(e) {
|
||||
|
||||
### Repositories Involved
|
||||
|
||||
- ace_ace_engine(foundation/ace/ace_engine-readme.md)
|
||||
- ace_napi(foundation/ace/napi-readme.md)
|
||||
- ace_ace_engine(foundation/arkui/ace_engine-readme.md)
|
||||
- ace_napi(foundation/arkui/napi-readme.md)
|
||||
|
||||
## Related warehouse
|
||||
[js_worker_module Subsystem](base/compileruntime/js_worker_module-readme.md)
|
||||
|
||||
+2
-2
@@ -356,8 +356,8 @@ parentPort.onmessageerror = function(e) {
|
||||
|
||||
### 涉及仓
|
||||
|
||||
- ace_ace_engine(foundation/ace/ace_engine-readme_zh.md)
|
||||
- ace_napi(foundation/ace/napi-readme_zh.md)
|
||||
- ace_ace_engine(foundation/arkui/ace_engine-readme_zh.md)
|
||||
- ace_napi(foundation/arkui/napi-readme_zh.md)
|
||||
|
||||
## 相关仓
|
||||
[js_worker_module 子系统](base/compileruntime/js_worker_module-readme_zh.md)
|
||||
|
||||
Reference in New Issue
Block a user