• 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        "hilog",
23        "napi",
24        "samgr",
25        "ipc",
26        "c_utils",
27        "bundle_framework",
28        "init"
29      ],
30      "third_party": [
31        "zlib",
32        "bounds_checking_function",
33        "protobuf",
34        "libunwind"
35      ]
36    },
37    "build": {
38      "sub_component": [
39          "//developtools/hiperf:hiperf_target",
40          "//developtools/hiperf:hiperf_target_all"
41      ],
42      "inner_kits": [
43          {
44            "name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client",
45            "header": {
46              "header_files": [
47                "hiperf_client.h"
48              ],
49              "header_base": "//developtools/hiperf/interfaces/innerkits/native/include"
50            }
51          }
52        ],
53      "test": [ "//developtools/hiperf/test:hiperf_test" ]
54    }
55  }
56}
57
58