diff --git a/bundle.json b/bundle.json index 992ea75b2ad2c7b000fad6c5f969506895ebefcc..e5623572593b5610267669a095fdb2bbb734dda6 100644 --- a/bundle.json +++ b/bundle.json @@ -36,8 +36,8 @@ "destPath": "base/compileruntime/js_worker_module" }, "component": { - "name": "js_worker_module", - "subsystem": "ccruntime", + "name": "jsapi_worker", + "subsystem": "compileruntime", "syscap": [], "features": [], "adapted_system_type": [], @@ -55,4 +55,4 @@ "test": [] } } -} \ No newline at end of file +} diff --git a/jsapi/BUILD.gn b/jsapi/BUILD.gn index 8061386bbc72e2c407ef744293ffa8d386597462..76b94d03154d3072f3f36cc2e0542aeafb1094ac 100644 --- a/jsapi/BUILD.gn +++ b/jsapi/BUILD.gn @@ -36,7 +36,7 @@ ohos_shared_library("worker") { external_deps = [ "hilog:libhilog" ] } - subsystem_name = "ccruntime" + subsystem_name = "compileruntime" part_name = "jsapi_worker" relative_install_dir = "module" diff --git a/ohos.build b/ohos.build deleted file mode 100644 index 52b8760cbebd760d4bc19e79280a00e5a7233bbf..0000000000000000000000000000000000000000 --- a/ohos.build +++ /dev/null @@ -1,16 +0,0 @@ -{ - "subsystem": "ccruntime", - "parts": { - "jsapi_worker": { - "variants": [ - "wearable", - "phone" - ], - "module_list": [ - "//base/compileruntime/js_worker_module/jsapi:jsapi_packages" - ], - "test_list": [ - ] - } - } -}