mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
46171de786
Signed-off-by: yuanye <1779331796@qq.com>
60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/hiperf",
|
|
"description": "hiperf interface provided for system",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "developtools/hiperf"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "hiperf",
|
|
"subsystem": "developtools",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "930KB",
|
|
"ram": "2000KB",
|
|
"deps": {
|
|
"components": [
|
|
"hilog",
|
|
"napi",
|
|
"samgr",
|
|
"ipc",
|
|
"c_utils",
|
|
"bundle_framework",
|
|
"faultloggerd",
|
|
"init",
|
|
"ability_base",
|
|
"bounds_checking_function",
|
|
"zlib"
|
|
],
|
|
"third_party": [
|
|
"protobuf",
|
|
"libunwind"
|
|
]
|
|
},
|
|
"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" ]
|
|
}
|
|
}
|
|
}
|
|
|