arkcompiler_runtime_core/bundle.json
dongchao 3669111cae Fix ark_disasm crashing
Ark_disasm crashes with unsupported abc versions

Issue: IAST87

Signed-off-by: dongchao <dongchao46@huawei.com>
Change-Id: I4eddddc897dbed0aa8373a742e13af6c6a55d464
2024-09-23 09:51:23 +08:00

195 lines
7.7 KiB
JSON

{
"name": "@arkcompiler/runtime_core",
"version": "",
"description": "方舟运行时的公共组件",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/runtime_core"
},
"component": {
"name": "runtime_core",
"subsystem": "arkcompiler",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"bounds_checking_function",
"ets_runtime",
"hilog",
"napi",
"toolchain",
"zlib",
"icu",
"vixl",
"libuv"
],
"third_party": [
"musl"
]
},
"build": {
"sub_component": [
"//arkcompiler/runtime_core:arkcompiler_params",
"//arkcompiler/runtime_core/arkplatform:arkplatform_packages",
"//arkcompiler/runtime_core/static_core:ark_packages",
"//arkcompiler/runtime_core:ark_device_packages"
],
"inner_kits": [
{
"name": "//arkcompiler/runtime_core/libpandafile:arkfile_header_deps",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libpandafile:libarkfile_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libpandafile:libarkfile_runtime_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libpandabase:libarkbase",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandabase"
}
},
{
"name": "//arkcompiler/runtime_core/libpandabase:libarkbase_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandabase"
}
},
{
"name": "//arkcompiler/runtime_core/abc2program:abc2program_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/abc2program"
}
},
{
"name": "//arkcompiler/runtime_core/assembler:libarkassembler_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/assembler"
}
},
{
"name": "//arkcompiler/runtime_core/assembler:libarkassembler_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/assembler"
}
},
{
"name": "//arkcompiler/runtime_core/libpandabase:libarkbase_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandabase"
}
},
{
"name": "//arkcompiler/runtime_core/libpandafile:libarkfile_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/libziparchive:libarkziparchive_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/libziparchive"
}
},
{
"name": "//arkcompiler/runtime_core/bytecode_optimizer:libarkbytecodeopt_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/bytecode_optimizer"
}
},
{
"name": "//arkcompiler/runtime_core/compiler:libarkcompiler_frontend_static",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/compiler"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/libpandabase:libarktsbase_package",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/libpandabase"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/libpandafile:libarktsfile_package",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/libpandafile"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/assembler:libarktsassembler_package",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/assembler"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/bytecode_optimizer:libarktsbytecodeopt_package",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/bytecode_optimizer"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/compiler:libarktscompiler_package",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/compiler"
}
},
{
"name": "//arkcompiler/runtime_core/static_core/isa:isa_combine",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/static_core/isa"
}
},
{
"name": "//arkcompiler/runtime_core/verifier:libarkverifier",
"header": {
"header_files": [],
"header_base": "//arkcompiler/runtime_core/verifier"
}
}
],
"test": [
"//arkcompiler/runtime_core/tests/fuzztest:fuzztest",
"//arkcompiler/runtime_core:runtime_core_unittest"
]
}
}
}