2022-01-24 09:43:03 +00:00
|
|
|
{
|
|
|
|
"name": "@ohos/hiperf",
|
|
|
|
"description": "hiperf interface provided for system",
|
2023-05-15 11:44:11 +00:00
|
|
|
"version": "4.0",
|
2022-01-24 09:43:03 +00:00
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "developtools/hiperf"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
|
|
|
"name": "hiperf",
|
|
|
|
"subsystem": "developtools",
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
2023-05-15 11:44:11 +00:00
|
|
|
"rom": "930KB",
|
2022-01-24 09:43:03 +00:00
|
|
|
"ram": "2000KB",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
2023-06-19 02:24:25 +00:00
|
|
|
"hilog",
|
2023-05-31 07:44:47 +00:00
|
|
|
"napi",
|
|
|
|
"samgr",
|
2024-08-24 03:44:51 +00:00
|
|
|
"ipc",
|
2023-05-31 07:44:47 +00:00
|
|
|
"c_utils",
|
2023-06-12 11:20:34 +00:00
|
|
|
"bundle_framework",
|
2023-08-26 08:20:03 +00:00
|
|
|
"faultloggerd",
|
2024-08-05 12:12:42 +00:00
|
|
|
"init",
|
2024-08-10 05:56:16 +00:00
|
|
|
"ability_base",
|
2024-10-17 14:07:28 +00:00
|
|
|
"bounds_checking_function",
|
|
|
|
"zlib"
|
2022-01-24 09:43:03 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
2023-06-12 11:31:02 +00:00
|
|
|
"protobuf",
|
|
|
|
"libunwind"
|
2022-01-24 09:43:03 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
|
|
|
"//developtools/hiperf:hiperf_target",
|
2022-09-27 08:02:05 +00:00
|
|
|
"//developtools/hiperf:hiperf_target_all"
|
2022-01-24 09:43:03 +00:00
|
|
|
],
|
|
|
|
"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" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-06-12 08:36:40 +00:00
|
|
|
|