mirror of
https://github.com/openharmony/js_worker_module.git
synced 2026-07-01 07:24:25 -04:00
9dfe2c186f
Signed-off-by: wupengyong <wupengyong@huawei.com>
29 lines
789 B
INI
Executable File
29 lines
789 B
INI
Executable File
{
|
|
"subsystem": "ccruntime",
|
|
"parts": {
|
|
"jsapi": {
|
|
"variants": [
|
|
"wearable",
|
|
"phone"
|
|
],
|
|
"module_list": [
|
|
"//base/compileruntime/js_worker_module/jsapi:jsapi_packages",
|
|
"//base/compileruntime/js_worker_module/jsapi/interfaces/innerkits/worker_core:jsapi_init_packages"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//base/compileruntime/js_worker_module/jsapi/interfaces/innerkits/worker_core/include",
|
|
"header_files": [
|
|
"worker_init.h"
|
|
]
|
|
},
|
|
"name": "//base/compileruntime/js_worker_module/jsapi/interfaces/innerkits/worker_core:worker_init"
|
|
}
|
|
],
|
|
"test_list": [
|
|
]
|
|
}
|
|
}
|
|
}
|