diff --git a/bundle.json b/bundle.json index ef69b92..6f0dc48 100644 --- a/bundle.json +++ b/bundle.json @@ -36,8 +36,8 @@ "destPath": "base/compileruntime/js_util_module" }, "component": { - "name": "js_util_module", - "subsystem": "ccruntime", + "name": "jsapi_util", + "subsystem": "compileruntime", "syscap": [], "features": [], "adapted_system_type": [], @@ -49,10 +49,11 @@ }, "build": { "sub_component": [ - "//base/compileruntime/js_util_module/util:util_packages" + "//base/compileruntime/js_util_module/util:util_packages", + "//base/compileruntime/js_util_module/container:container_packages" ], "inner_kits": [], "test": [] } } -} \ No newline at end of file +} diff --git a/container/BUILD.gn b/container/BUILD.gn index 2f09e2a..e2d5970 100644 --- a/container/BUILD.gn +++ b/container/BUILD.gn @@ -121,7 +121,7 @@ template("container_lib") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "ccruntime" + subsystem_name = "compileruntime" part_name = "jsapi_util" relative_install_dir = "module" diff --git a/ohos.build b/ohos.build deleted file mode 100755 index 64f3706..0000000 --- a/ohos.build +++ /dev/null @@ -1,19 +0,0 @@ -{ - "subsystem": "ccruntime", - "parts": { - "jsapi_util": { - "variants": [ - "wearable", - "phone" - ], - "module_list": [ - "//base/compileruntime/js_util_module/util:util_packages", - "//base/compileruntime/js_util_module/container:container_packages" - ], - "inner_kits": [ - ], - "test_list": [ - ] - } - } -} diff --git a/util/BUILD.gn b/util/BUILD.gn index a4f09df..de89adf 100755 --- a/util/BUILD.gn +++ b/util/BUILD.gn @@ -105,7 +105,7 @@ ohos_shared_library("util") { } else { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "ccruntime" + subsystem_name = "compileruntime" part_name = "jsapi_util" relative_install_dir = "module"