mirror of
https://github.com/openharmony/developtools_bytrace.git
synced 2026-07-15 14:15:42 -04:00
a1a26a7cd6
Signed-off-by: chenwei <chenwei469@huawei.com>
38 lines
732 B
JSON
38 lines
732 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": [
|
|
"hitrace",
|
|
"hilog",
|
|
"init",
|
|
"ipc",
|
|
"napi"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//developtools/bytrace/interfaces/kits:jsapi_kits_target"
|
|
],
|
|
"inner_kits": [
|
|
]
|
|
}
|
|
}
|
|
}
|