mirror of
https://github.com/openharmony/developtools_bytrace.git
synced 2026-07-19 08:55:14 -04:00
573b62b78c
Signed-off-by: laiguizhong <laiguizhong@huawei.com> Change-Id: I23888822294c9673ab84d94192e776d49f34f774
42 lines
869 B
JSON
42 lines
869 B
JSON
{
|
|
"name": "@ohos/bytrace",
|
|
"description": "A tool to trace processes and monitor performance",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "developtools/bytrace"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "bytrace",
|
|
"subsystem": "developtools",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "114KB",
|
|
"ram": "720KB",
|
|
"deps": {
|
|
"components": [
|
|
"hilog",
|
|
"init",
|
|
"ipc",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//developtools/bytrace/bin:bytrace_target",
|
|
"//developtools/bytrace/bin:bytrace.cfg",
|
|
"//developtools/bytrace/interfaces/kits:jsapi_kits_target"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
}
|