developtools_hiperf/bundle.json
zhang-cui11 922f2a7bf1 fix codex issue
Signed-off-by: zhang-cui11 <zhangcui11@huawei.com>
2022-09-27 16:02:05 +08:00

50 lines
1.2 KiB
JSON

{
"name": "@ohos/hiperf",
"description": "hiperf interface provided for system",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/hiperf"
},
"dirs": {},
"scripts": {},
"component": {
"name": "hiperf",
"subsystem": "developtools",
"adapted_system_type": [
"standard"
],
"rom": "188KB",
"ram": "2000KB",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"napi"
],
"third_party": [
"libz",
"libsec_static"
]
},
"build": {
"sub_component": [
"//developtools/hiperf:hiperf_target",
"//developtools/hiperf:hiperf_target_all"
],
"inner_kits": [
{
"name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client",
"header": {
"header_files": [
"hiperf_client.h"
],
"header_base": "//developtools/hiperf/interfaces/innerkits/native/include"
}
}
],
"test": [ "//developtools/hiperf/test:hiperf_test" ]
}
}
}