Replace ohos.build with bundle.json

Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: I3a3cafa8b6b44969181e2e1d8d5f7e6179a3c307
This commit is contained in:
xliu
2022-01-24 22:52:30 +08:00
parent 48facc9105
commit fa8a7cfaab
4 changed files with 5 additions and 24 deletions
+3 -3
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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"