developtools_profiler/bundle.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2021-06-01 16:04:49 +00:00
{
"name": "@ohos/profiler",
"description": "Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities",
"version": "3.09",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/profiler/device"
},
"dirs": {},
"scripts": {},
"component": {
"name": "profiler",
"subsystem": "developtools",
"syscap": [
"SystemCapability.HiviewDFX.HiProfiler.HiDebug"
],
"adapted_system_type": [
"standard"
],
"rom": "188KB",
"ram": "2000KB",
"deps": {
"components": [
"hilog",
"hiprofiler",
"hiprofiler_cmd",
"hiprofiler_plugins",
"ace_napi",
"syspara"
],
"third_party": [
"googletest",
"utils",
"zlib"
]
},
"build": {
"sub_component": [
"//developtools/profiler/device:hiprofiler_targets",
"//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module"
],
"inner_kits": [
{
"header": {
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"header_files": [
"hidebug_base.h"
]
},
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
}
],
"test": [
"//developtools/profiler/device:unittest",
"//developtools/profiler/interfaces/kits/test:unittest"
2021-06-01 16:04:49 +00:00
]
}
}
}