diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..2ce4460a71acb905b394bd862a14440e87d2496f --- /dev/null +++ b/bundle.json @@ -0,0 +1,35 @@ +{ + "name": "@ohos/ark_runtime_core", + "version": "", + "description": "方舟运行时的公共组件", + "homePage": "https://gitee.com/openharmony", + "license": "Apache Liscense 2.0", + "publishAs": "code-segment", + "scripts": {}, + "dirs": [], + "segment": { + "destPath": "ark/runtime_core" + }, + "component": { + "name": "ark", + "subsystem": "ark", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//ark/runtime_core:ark_packages" + ], + "inner_kits": [], + "test": [] + } + } +} diff --git a/ohos.build b/ohos.build deleted file mode 100644 index e7958ceef097842e94d95da01827f35240ec8c32..0000000000000000000000000000000000000000 --- a/ohos.build +++ /dev/null @@ -1,16 +0,0 @@ -{ - "subsystem": "ark", - "parts": { - "ark": { - "variants": [ - "phone" - ], - "module_list": [ - "//ark/runtime_core:ark_packages" - ], - "inner_kits": [], - "system_kits": [], - "test_list": [] - } - } -}