mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-07-16 11:04:25 -04:00
Replace ohos.build with bundle.json
Signed-off-by: xliu <liuxin259@huawei.com> Change-Id: I3a3cafa8b6b44969181e2e1d8d5f7e6179a3c307
This commit is contained in:
+3
-3
@@ -36,8 +36,8 @@
|
||||
"destPath": "base/compileruntime/js_sys_module"
|
||||
},
|
||||
"component": {
|
||||
"name": "js_sys_module",
|
||||
"subsystem": "ccruntime",
|
||||
"name": "jsapi_sys",
|
||||
"subsystem": "compileruntime",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
@@ -55,4 +55,4 @@
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ ohos_shared_library("dfx") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "ccruntime"
|
||||
subsystem_name = "compileruntime"
|
||||
part_name = "jsapi_sys"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
-19
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"subsystem": "ccruntime",
|
||||
"parts": {
|
||||
"jsapi_sys": {
|
||||
"variants": [
|
||||
"wearable",
|
||||
"phone"
|
||||
],
|
||||
"module_list": [
|
||||
"//base/compileruntime/js_sys_module/process:process_packages",
|
||||
"//base/compileruntime/js_sys_module/dfx:dfx_packages"
|
||||
],
|
||||
"inner_kits": [
|
||||
],
|
||||
"test_list": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -39,7 +39,7 @@ ohos_shared_library("process") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "ccruntime"
|
||||
subsystem_name = "compileruntime"
|
||||
part_name = "jsapi_sys"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
Reference in New Issue
Block a user