Files
ark_runtime_core/bundle.json
T
shawn_hu_ls 84c0639969 Add fuzztest part 2
Signed-off-by: shawn_hu_ls <huxiaowei0506@hotmail.com>
2022-05-27 09:53:01 +08:00

38 lines
899 B
JSON

{
"name": "@ohos/ark_runtime_core",
"version": "",
"description": "方舟运行时的公共组件",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 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": [
"//ark/runtime_core/tests/fuzztest:fuzztest"
]
}
}
}