Files
js_worker_module/ohos.build
T
wupengyong 9dfe2c186f add worker core
Signed-off-by: wupengyong <wupengyong@huawei.com>
2021-08-22 09:48:16 +08:00

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": [
]
}
}
}