• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hiperf",
3  "description": "hiperf interface provided for system",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "developtools/hiperf"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "hiperf",
14    "subsystem": "developtools",
15    "adapted_system_type": [
16      "standard"
17    ],
18    "rom": "930KB",
19    "ram": "2000KB",
20    "deps": {
21      "components": [
22        "ability_base",
23        "abseil-cpp",
24        "bounds_checking_function",
25        "bundle_framework",
26        "cJSON",
27        "c_utils",
28        "config_policy",
29        "faultloggerd",
30        "hilog",
31        "hisysevent",
32        "init",
33        "ipc",
34        "napi",
35        "protobuf",
36        "samgr",
37        "zlib"
38      ]
39    },
40    "build": {
41      "sub_component": [
42          "//developtools/hiperf:hiperf_target",
43          "//developtools/hiperf:hiperf_target_all"
44      ],
45      "inner_kits": [
46          {
47            "name": "//developtools/hiperf/interfaces/innerkits/native/hiperf_client:hiperf_client",
48            "header": {
49              "header_files": [
50                "hiperf_client.h"
51              ],
52              "header_base": "//developtools/hiperf/interfaces/innerkits/native/hiperf_client/include"
53            }
54          },
55          {
56            "name": "//developtools/hiperf/interfaces/innerkits/native/hiperf_local:hiperf_local",
57            "header": {
58              "header_files": [
59                "lperf.h"
60              ],
61              "header_base": "//developtools/hiperf/interfaces/innerkits/native/hiperf_local/include"
62            }
63          }
64        ],
65      "test": [ "//developtools/hiperf/test:hiperf_test" ]
66    }
67  }
68}
69
70